On Saturday, August 25, 2012 3:03:33 pm Jay Tanna wrote:
> #invitelist, (AND)
> .window, (AND)
> .redframe
Uh, no...
Maybe some HTML would help.
"#invitelist .window .redframe" applies to the inner most div in the code
below.
<div id="invitelist">
<div class="window">
<div class="redframe">...</div>
</div>
</div>
"#invitelist, .window, .redframe" applies to all three of the divs below:
<div id="invitelist"></div>
<div class="window"></div>
<div class="redframe"></div>
"#invitelist .window.redframe" applies to the inner most div in the code below
(note how the div has two classes):
<div id="invitelist">
<div class="window redframe"></div>
</div>
So, Michael, yes, you're still remembering correctly. Maybe if we knew what
your HTML looked like, we'd have better luck helping you get the correct
selector.
---Tim
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/