Re: pseudoclass based on document content

Tantek Çelik wrote:

> In CSS1, you may *not* chain class selectors like this:
> 
>  .foo.bar { background:lime }
> 
> That's a CSS2(.1) / Selectors feature, and *not* supported in IE (Win and
> Mac).

Though the CSS 2 multiple class selector is possible in IE Win with the 
inclusion of Dean Edward's fantastic collection of behaviors[1]. It's 
still considered alpha, but I've had great luck with it personally.

[1] http://dean.edwards.name/IE7

Regards,
Richard York

-- 
:::::::::::::::::::::::::::::::::::::::::
The Spicy Peanut Project
http://www.spicypeanut.net
:::::::::::::::::::::::::::::::::::::::::

Received on Saturday, 17 July 2004 23:19:08 UTC