This site heavily relies on bug reports created by its readers. Anyone can report a bug and be published.
Main navigation:
Search reports by browser:
IE6 is not firing a mouseover event in the bottom padding or border areas when a DIV width is not defined, or set to width:auto.
As a workaround, setting a width brings the expected mouseover behavior back.
Test page Workaround is included
Reported by: Carl Camera.
Explorer 5-6 Windows | Reported on 6 October 2005.
Commenting guidelines:
Posted by Nick Fitzsimons on 13 October 2005
1This is a hasLayout bug, so using the Microsoft proprietary "zoom" property will fix it without forcing a width (or other setting that triggers hasLayout=true):
zoom: 1;
See MSDN's long-awaited explanation of hasLayout for more info:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/IETechCol/cols/dnexpie/expie20050831.asp