Click to See Complete Forum and Search --> : Question about ">"


febrocks
08-12-2005, 06:24 PM
Hello,
I'd wanted to ask what the greater sign, >, is or does in a style sheet?

example: li>a { width:auto; }

I've tried to do a search and it not finding anything. My book is totaly useless.

Thanks,
Eugene

Charles
08-12-2005, 06:29 PM
See http://www.w3.org/TR/CSS2/selector.html#child-selectors .

febrocks
08-12-2005, 06:32 PM
Thank you Charles for the quick reply. I guess I got some reading to do.

Eugene