Archive for April, 2008
14Apr
CSS Selectors
1 comment so farCSS 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
