RSS

Tag Archives: css !important

CSS !important syntax

Using !important to any css property will override any style on over it.
If this is used in external style it can override internal and inline styles.

#idname {property: value !important;}

example:

#div_name{color:#fff !important;}

 
Leave a comment

Posted by on June 30, 2010 in CSS

 

Tags:

 
Follow

Get every new post delivered to your Inbox.