child-selector

How is the angle bracket character, ">" used in CSS?

I have seen this character a number of times in CSS files but I have no idea how its used. Can anyone explain it to me and show how they are useful in making a page style easier? ...

jQuery Selector Problem (First TD in each TR in a table)

Hello, I'm trying to add a css class to the first td (cell) (and no other td) of each tr (row) in my table. Can someone help me with the jQuery selector for this please? Thank you! ...