> -----Original Message----- > IE up to and including 6 on Windows only supports a single selector at a > time, inline with the CSS 1 spec. There's a bit more infor from the IE > team at
I think that though this may be true with ID/Class combinations (I haven't tested), it works fine for me in IE6sp2 with two classes. If multiple classes are possible for you instead of the ID/Class combo, you might try it. Here's my relevant info: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <div class="wrapper-div input-div wpart"> .wrapper-div { /* stuff */ } .input-div.wpart { /* stuff */ } ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
