>But as I've said previously, this is just my personal preference. If you >could give me an example of IE5's conditional comment ability so I can try >it out that would be great.
Try <link href="styles.css" rel="stylesheet" type="text/css"> <!-- Allow for IE bugs --> <!--[if IE 5]> <link href="stylesIE5.css" rel="stylesheet" type="text/css"> <![endif]--> I wasn't aware of the fact that IE5Mac did not have the bug. It also has been taken care of for IE6, I think, so the test isn't <!--[if gte IE 5]> Regards, David ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
