https://bugzilla.wikimedia.org/show_bug.cgi?id=19079
Chaoji Li <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Normal |High --- Comment #2 from Chaoji Li <[email protected]> 2009-07-06 10:04:38 UTC --- I am copy-pasting the following from Bug 19121, hope it can help you to fix this problem. "This bug is only repro on IE7 and IE8’s compatible view. The root cause is relative positioned elements is not clipped by its parent, although the parent has overflow:hidden style. You can find there is a "book shelves" element with width "1100%", and not clipped by its parent. This has been a wellknown problem in ie7, A common fix is to add a “position:relative” to the parent. " -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
