posts | commentsAdd to Google

Archive for April, 2008

14Apr

CSS Selectors

1 comment so far

CSS has many useful ways of getting the element you want to style. Most of us have seen using the ‘#’ sign to select your element by id or using ‘.’ to select an element with a specific class name. However there is a lesser known yet very helpful selector. CSS2 allows you to select an element based on any attribute using ‘[]‘ brackets.

Click to continue reading “CSS Selectors”

Categories: Browser Development, css