Navbar overlaps header in IE
-
I redesigned part of my website using WordPress and was very happy with the way my theme turned out — until I checked it in IE! The theme looks fantastic in Firefox and Safari, but in IE, the navbar jumps up and overlaps the header image, even though the header and navbar are both padded.
So I added the following bit of CSS to my stylesheet:
#header-container {
width: 100%;
float: center;
overflow: hidden;
}That fixed the problem — but only for the home/start page! If you click on any of the navbar links, the bar jumps back up over the top of the header image. On one page, it even bumps the entire theme to the left!
My site is at https://www.sensibility.com/pattern/main
Does anyone have any clue what I need to do to fix this for IE?
Thanks!
Jennie
- The topic ‘Navbar overlaps header in IE’ is closed to new replies.