Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
I use some CSS3 features regularly, through the jQuery JavaScript library, which simulates them. Especially useful is the :nth-child() pseudoclass notation, which allows you to select an element based its order in line as a child within a certain subgroup. This will be a little confusing to some programmers, however, since the first child begins at 1, instead of the traditional 0.
__________________
I build web things. I work for the startup Please login or register to view this content. Registration is FREE
.
Last edited by wayfarer07; 07-05-2008 at 11:40 AM..
|