PDA

View Full Version : divs dissapearing in IE


fatrat
01-06-2007, 04:28 PM
http://digitalpatriots.org/KS66

in IE 6 the bottom div in the 2nd column appears and disappears as u go over links in the news section.

in IE7 the footer jumps about as u go over links in the news section.

Any idea why and how to stop it?

koyama
01-09-2007, 11:44 AM
You have triggered the IE6 guillotine bug (http://www.positioniseverything.net/explorer/guillotine.html) by using a:hover styles
Put in immediately before your footer:

<div style="clear: both"></div>