|
Posted by Steve Kostecke on 08/21/06 15:35
Say I have a <div id="content"> for the main content column, and within
that column, I have several items, ie <div class="item"> (each would be
some sort of article of sorts.)
In the CSS say I have #content { ... }
Why is it I cannot have #content.item { ... } as this seems to fail on
any browser that I've tried (IE 6, FF 1.5, Moz 1.8b, NS 7, Opera 8), but
I do seem to recall that this was possible but I can't find the correct
syntax for this particular construct.
Thanks for any help.
[Back to original message]
|