Re: [css-d] Best Practices for Targeted CSS via IE Conditional Comments

2008-09-04 Thread Gunlaug Sørtun
Chris Akins wrote: > Regarding CSS targeted to IE via conditional comments what is the > current consensus or is there one? Given we have more than one option; I don't think there's a consensus on how to do any of this. For instance - I most often do it this way...

Re: [css-d] Best Practices for Targeted CSS via IE Conditional Comments

2008-09-04 Thread Keith DiSarno
OT: The JS you see is an if-statement [condition] ? [true] : [false]. It does look like a mess though. Keith D. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discus

[css-d] Best Practices for Targeted CSS via IE Conditional Comments

2008-09-04 Thread Chris Akins
Regarding CSS targeted to IE via conditional comments what is the current consensus or is there one? I would guess it's best to use the conditional just to link to an external, IE-only stylesheet rather that including the IE styles in the conditional comment itself for the same reason we do that w