Biguana wrote:[color=blue]
> [...]
> My problem is that I'm familiar with multiple selectors (and various
> types of selectors) but what does it mean if they are arranged like
> this? :
>
> #tabbedbar.a1 div.tab ul li#a1,
> #tabbedbar.a2 div.tab ul li#a2 {
> border: none;
> }
>
> So the comma seperates the two selectors, but each one looks like quite
> a mixture of classes and IDs to me? Seperated by spaces (or not, in
> the case of "li#a1").[/color]
The first applies to a (the, actually, since IDs must be unique within a
resource) list item having ID "a1" contained inside an unordered list
contained inside a div of class "tab" contained inside an element having
ID "tabbedbar" if that element is also assigned class "a1".
[color=blue]
>
> Can someone either explain, or point me towards a useful resource that
> might help?[/color]
*The* reference:
http://www.w3.org/TR/CSS2/selector.html