[Webkit-unassigned] [Bug 14616] Hover issue with menus in http://www.berno.polemb.net/

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 13 04:16:01 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=14616





------- Comment #2 from gamander at gmail.com  2008-04-13 04:16 PDT -------
Despite the display glitch the drop down menu is actually rendered correctly in
WebKit. It looks the same in Firefox 3b5 and Opera 9.X. 

Cause: The menu uses this CSS rule (in style.css) 
.divM div{ [...] display:inline-block; [...] }

The display:inline-block property has been ignored by older browsers like IE 7
and Firefox 2. If I remove this property the visual glitch disappears.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list