So we're very close here then? Would something like this be appropriate and still validate?
<!--[if IE]> <style type="text/css">@import "IE-override.css";</style> <![endif]--> -----Original Message----- From: Lachlan Hardy G'day Christian, The expression code that Paul used (and which I often use myself) is proprietary to Microsoft. IE allows some Javascript within CSS files. It is however invalid according to W3C standards. When using code like that, I add it in a separate IEhacks.css file via conditional comments (or I'd like to!). But, then, we all do that, right? Cheers Lachlan ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
