Aryeh Gregor wrote:
On Fri, Dec 31, 2010 at 6:25 PM, Krinkle krinklemail@gmail.com wrote:
I doubt the addition of overflow:hidden has this consequence since that has been broadly tested in all kinds of browsers and has been default on several wikis for a long while.
IIRC, overflow: hidden does indeed cause this issue on at least one very old browser, maybe IE5/Mac. I vaguely recall it being tried but reverted sometime several years ago. If memory serves and IE5/Mac is the issue, of course, we should just ignore it, because it would be crazy to try supporting it.
He is indeed using IE5 for Mac.
I guess that adding h1, h2, h3, h4, h5, h6 { overflow: visible; }
to his monobook.css will fix it. Do we have some CSS trick to target IE5 Mac? Removing the headers isn't too friendly, so if there's an easy fix, I would apply it.