[Mediawiki-l] IE 7 beta 2 disappearing logo fix

Brion Vibber brion at pobox.com
Thu Feb 2 02:11:49 UTC 2006


Unlike earlier betas of IE 7, the new beta 2 public release seems to choke on
our workaround for displaying transparent logo PNGs in IE 5.5/6.0. You may find
that the logo is missing altogether when visiting a MediaWiki site using
MonoBook skin with IE 7.

The good news is that IE 7 supports alpha-transparent PNGs natively, so the
workaround isn't needed there; a one-line fix to skins/MonoBook.php will disable
the workaround JavaScript for IE 7 and later, letting the logo shine through as
expected.

If there's no other surprises found, I'll make bug fix releases for 1.4.15 and
1.5.7 which include this fix in a day or two.

The fix:
http://cvs.sourceforge.net/viewcvs.py/wikipedia/phase3/skins/MonoBook.php?r1=1.81&r2=1.82

change: <!--[if IE]>
to: <!--[if lt IE 7]>

-- brion vibber (brion @ pobox.com)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 249 bytes
Desc: OpenPGP digital signature
Url : http://lists.wikimedia.org/pipermail/mediawiki-l/attachments/20060201/3a1a52c8/attachment.pgp 


More information about the MediaWiki-l mailing list