Posted by Jon Slaughter on 06/18/07 01:25
"Jon Slaughter" <Jon_Slaughter@Hotmail.com> wrote in message
news:T5ldi.14830$RX.9284@newssvr11.news.prodigy.net...
> Is there any way to match the nth child in css < 3? Obviously I can do
> first-child but I can't seem to get any other siblings ;/
> I tried something .myclass:first-child + div
>
> for something like
>
> <div class="myclass">
> <div>First child</div>
> <div>Second child</div>
> </div>
>
> but it doesn't work ;/
>
> Thanks,
> Jon
>
>
The main thing I need is a second-child like selector and not really an
nth-child and I want to avoid having to specify the class of the the second
div.
Navigation:
[Reply to this message]
|