Click to See Complete Forum and Search --> : MS Proprietary CSS Director


Flying Monkey
11-22-2005, 09:47 PM
Hi all

Does anybody know if the Microsoft Proprietary comment code:

<!--[if IE 5]>
<link rel='stylesheet' href='css/ie5.css' type='text/css'>
<![endif]-->

works on IE for Mac?

Cheers
Monkeyman

Siddan
11-22-2005, 11:43 PM
here is an interested read

http://www.killersites.com/mvnforum/mvnforum/viewthread?thread=3280

Kravvitz
11-23-2005, 12:53 AM
The guys who posted in that thread don't know what they are talking about.

CSS2 was given W3C Recommendation status before IE5.0 was released.

IE5/Mac does not support conditional comments.

QuirksMode.org : Conditional comments (http://www.quirksmode.org/css/condcom.html)

Flying Monkey
11-23-2005, 03:27 AM
Thanks