> Suppose that I have something like:
> 
> <p>One</p>
> <p>Two</p>
> <p>Three</p>
> 
> Is there some way (without assigning a class) that I can structure a
> selector so as to select only the second paragraph?  Thanks for any
> input.

You could use:
p:first-child + p {...}

but it won't work in all browsers

-- 
Regards,
Thierry | http://www.TJKDesign.com




______________________________________________________________________
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/

Reply via email to