Re: [WSG] > in a rule

2004-04-29 Thread russ - maxdesign
Barb, That is actually a child selector: http://css.maxdesign.com.au/selectutorial/selectors_child.htm Also worth reading is the document tree and how the child selector works: http://css.maxdesign.com.au/selectutorial/document_tree.htm http://css.maxdesign.com.au/selectutorial/document_child.htm

[WSG] > in a rule

2004-04-29 Thread Barbara Dozetos
Hi all, I'm using a template found here: http://css.maxdesign.com.au/listamatic/vertical13.htm as the basis for navigation for my site, but I want to understand how it works. I'm curious about the following rule: #navcontainer>ul#navlist li a { width: auto; } What does the > do here? is it j