CSS DiscussionCSS Discussion

CSS Discussion

You are not logged in.

RSS Feed

#1 2010 Apr 2nd 10:04pm
Halestorm
New Member
Posts: 1

Navigation disappearing in IE7

Hey there,

New to the board smile  I'm having an issue with IE7 (like so many others). I'm working on a wordpress site and for some reason that I can't figure out why the navigation is being covered by the main picture. No problems in other browsers (including IE6!). On the sub-pages, the main content goes on top of the navigation.  This is my first wordpress site.

The site is at http://www.geeksftw.net

Any ideas?

Thanks,
Daniel

Offline

 

#2 2010 Apr 27th 3:07pm
MacAddict
New Member
From: Jacksonville, FL
Posts: 6
Website

Re: Navigation disappearing in IE7

The problem is that you have a <div> named header that has a set height of 99px, which has a logo that is 96px and your navigation bar of 35px. The #'s don't add up. So whats happening is that the picture is lining up to the 99px height of the header, and not the total height of 99px header + 35px navbar = 134px.

Personally, I would take the fixed height off the header div in the CSS, and let it's content determine the final height. Then all other elements will fall into place.

Fixed height != your friend, IMHO


### Tables are for tabular data and eating your cocoa puffs on ###
############ Firefox + Firebug extension == Zen #############

Offline

 

Board footer

Here are our fancy Validator and PunBB footer links.