Didn't find answer to this in my E. Meyer book or on the Web.
Say I have a decent external style sheet that works for 85% of my site
visitors. Then I decided that the selector for one item used throughout
the site -- paragraph (p) for example -- needs to have a completely
different set of properties and values for the remaining 15% of
visitors. (So, it's not a situation like going into the main style sheet
and adding a "hack" version of one of the property/value pairs within
the the paragraph selector.)

If I put a conditional comment (a simple "if") for the 15% in the head,
just below the call for my external style sheet, and include this
completely different paragraph style within, will it override the one
defined in the external sheet?

Or do I need to instead have my conditional comment be an "if or" that
calls up the main style sheet for the majority of visitors and a variant
of the main style sheet with the alternate paragraph style?

- Keith

______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to