!important
6
Normally in CSS whichever rule is specified last takes precedence. However if you use !important after a command then this CSS command will take precedence regardless of what appears after it.
margin-top: 3.5em !important;
margin-top: 2em;
Comments
Wed. Oct. 4th, 2006 9:26 PM
Thomas
Thomas




