Previous Message
Next Message

Re: [css-d] selector grouping possible with #id?

Sent by Xian on 31 July 2002 16:04


On 7/31/02 2:16 PM, "Ines Robbers" [EMAIL-REMOVED]> wrote:
 
> #nav1, #nav2, #nav3 a {...}

That will select:
#nav1
#nav2
And a tags inside #nav3

What you need is:
#nav1 a, #nav2 a, #nav3 a {...}

In the future, if you are having trouble with your selectors. Run they
through the SelectOracle:
http://gallery.theopalgroup.com/selectoracle/

It will tell you what you are selecting in plain english (or spanish)


_____________________
Xian :: mintchaos.com
Previous Message
Next Message

Message thread: