Posted by Andy Dingley on 10/25/06 10:28
patrick j wrote:
> I've been testing out the "Conditional Comment" for IE. This is because
> for my web-site I want to have two style sheets, one for IE 6 and one
> for other browsers.
You have too much in cond_com_test_ie.css
Don't write "two stylesheets" here. Write one stylesheet for the site,
for all standards-compliant browsers, then write the minimal set of
fix-ups for IE and apply only those through the conditional mechanism.
I know of only _one_ property that's justified to go in here! Anything
else you can fix by good CSS authoring practice and using
standards-mode rendering.
[Back to original message]
|