Jake McMurchie wrote:
> Hello.
> http://www.beyondcurrenthorizons.org.uk/background/news/
> 
> In IE 6, when you hover over the items in the top (horizontal) navigation
> bar, the footer jumps up to just below the level of the righthand sidebar.
> Seems fine in other browsers. Does anyone know why this is happening and how
> I can fix it? Have Googled so far to no avail...
> 
> Thanks in advance.
> 
> Jake



Hello Jake,

This seems to be the Guillotine Bug [1] that effect both IE6 and IE7 but 
IE7 for some reason is not showing it (testing via IE8 in IE7 mode). The 
fix is to give some element hasLayout.

#header {
   height: 1%;
}


The setup seem to suggest that this is not the original Guillotine Bug 
[2] which only effect IE6-.



1. <http://css-class.com/articles/explorer/guillotine/index.htm>
2. <http://www.positioniseverything.net/explorer/guillotine.html>


-- 
Alan http://css-class.com/

Armies Cannot Stop An Idea Whose Time Has Come. - Victor Hugo
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to