https://bugzilla.wikimedia.org/show_bug.cgi?id=28438

Trevor Parscal <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #5 from Trevor Parscal <[email protected]> 2011-04-19 22:33:43 
UTC ---
(In reply to comment #4)
> although the fix in Comment 3 breaks it in IE6 :(

We can use a CSS hack to hide it from IE6

/* OVERRIDDEN IN IE6 */
#p-personal {
    margin-left: 10em;
}
/* APPLIED IN IE6 ONLY */
* html #p-personal {
    margin-left: 0;
    padding-left: 10em;
}

This hack in particular exploits IE 6 and below considering the window to be a
parent of HTML, whereas everyone else knows that's just silly and ignores the
rule.

-- 
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

Reply via email to