Previous Message
Next Message

IE 5.2 mac only CSS

Sent by [EMAIL-REMOVED] on 26 November 2003 19:07


> Is there a hack that only IE 5 (mainly 5.2) on the mac will read?

This is what I've been using to aim only at IEmac


/* first you specify your style for all browsers */
..subjectlinkdiv a {
	color: #000;
}
/* Then you aim this hack at all the IE browsers*/
* html .subjectlinkdiv a {
	color: #fff;
/* Then you aim this hack at all the IEwin browsers leaving IEMac with 
the above style. \*/
	color: #000;
/* */
}

______________________________________________________________________
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

Message thread:

Possibly related: