CSS Question
CSS Question
Out of context: Reply #1
- Started
- Last post
- 3 Responses
- sparker0
you can use "!important" to declare a "cascade" to your css rules.
the element you define as !important will use that css rule, and then everything else will use the normal global stylesheet rules.
[reference]
http://www.w3.org/TR/REC-CSS2/ca…you could also define an id or class, depending on how the element is used.
id's are for unique elements and classes are rules that are reused across multiple elements.