Wednesday, September 29, 2010

Cascading styles -notes in brief

Style classes that start with name only, are overrides to original HTML tags. No need to specify them explicity in code.

Style classes that start with dot(.) followed by name are developer style classes, used with styleClass attribute.

Style classes that start with pound(#) are meant to be used with DIV tags. Traverse pattern works here.

No comments: