Demo: http://reformcard.com

When you hover over the top nav links (contact/donate/media) in IE7, the footer div comes up to the level of the sidebar.

I've tried: - Disabling all scripts - Putting clear divs in footer - Setting height/min-height for the sidebar. - Removing the twitter/facebook widgets - Removing all the CSS stylings for the top navigation bar

Same problem. Any ideas?

link|improve this question

It doesn't happen for me in IE8's IE7 Compatibility Mode. However, it does happen for me on the real deal IE7. That's weird in itself. – thirtydot Feb 9 '11 at 0:53
2  
Whats up with your css includes? 31 files? – Michael Jasper Feb 9 '11 at 1:01
Started from the Drupal Zen theme, it includes all these files. It's my first Drupal theme and I was wondering the same thing! – waitinforatrain Feb 22 '11 at 15:55
feedback

2 Answers

I have had a problem similar to this a few years ago. What caused it for me:

  1. hovering over a link in a menu
  2. menu item changes size ever-so-slightly by adding a 1px border, creating an underline, becoming italicized, etc..
  3. new size of item caused the outside container to become a few pixels wider than the declared width
  4. footer/other content floats up because there are a few extra pixels OR
  5. something on the same height of the menu is kicked down a below the container-object and throws a wrench in the rest of the flow

Hope my experience helps!

edit

Yes, I did fix it.. It was a mess, but basically involved going through each :hover selector and making sure that absolutely nothing changed -- except the colors involved. I also remember that I needed to re-declare and width: nnpx; height: nnpx; in the :hover selector.

Man! Love programming for old browsers!

link|improve this answer
Soo, did you fix it ;) ? – Blender Feb 9 '11 at 0:59
feedback
up vote 0 down vote accepted

Solution was to move the "navigation" div inside the "header" div.

Don't know why, just kept taking out divs by process of elimination.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.