Previous Message
Next Message

IE5.01, anchors and CSS (and you)

Sent by Steve Clay on 30 January 2004 02:02


List,

When applying width or height to anchor elements, take a second to
hide these rules from IE5.01/win by placing an empty comment between
the property and colon:

a {
   width/**/:(length);
   height/**/:(length);
}

IE5.01/win has a bug that "deactivates" links when the height or
width is set (v4.01 and v5.5 are fine).  Other settings like "display:block"
and backgrounds seem to be OK.  I didn't find this bug well-documented
so at least it'll be here.

Steve
-- 
http://mrclay.org/

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message