Is there a resource someone can point out that will cover using ">" and other such markup magic tricks in css?
Thank you,
CM
http://css-tricks.com/child-and-sibling-selectors/
It's a great selector! It's called a descendant selector.
Very helpful. Thanks.
bookmark this plz: http://net.tutsplus.com/tutorials/html-css-techniques/the-30-css-selectors-you-must-memorize/
I say this with respect @TheDoc, but > isn't a descendant selector; it's a child selector. If you were to use > in an attempt to apply some sort of styling to a nested set of list-item elements, the styling wouldn't be applied.
/sigh, thanks @posterity576, you are very right!
Is there a resource someone can point out that will cover using ">" and other such markup magic tricks in css?
Thank you,
CM
http://css-tricks.com/child-and-sibling-selectors/
It's a great selector! It's called a descendant selector.
Very helpful. Thanks.
bookmark this plz: http://net.tutsplus.com/tutorials/html-css-techniques/the-30-css-selectors-you-must-memorize/
I say this with respect @TheDoc, but > isn't a descendant selector; it's a child selector. If you were to use > in an attempt to apply some sort of styling to a nested set of list-item elements, the styling wouldn't be applied.
/sigh, thanks @posterity576, you are very right!