> On Behalf Of Paul Collins
> conditional comments gives an excuse to be lazy and just write a whole
> new bunch of styles for IE that could have been fixed in the original
> stylesheet with a bit of playing around. When working on sites built
Do you mean that kind of "playing around"?
div.content {
width:400px;
voice-family: "\"}\"";
voice-family:inherit;
width:300px;
}
html>body .content {
width:300px;
}
FWIW, I prefer to contain fixes in separate styles sheets rather than
forking back and forth in the same file (and that can be done without using
conditional comments).
---
Regards,
Thierry | www.TJKDesign.com
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************