/ Published in: CSS
URL: http://www.yellowjug.com/web-design/the-importance-of-important-in-css/
Expand |
Embed | Plain Text
#content{ min-height:100px; height:auto !important; height:600px; }
You need to login to post a comment.
arpit on 07/05/09
1 person have marked this snippet as a favorite
URL: http://www.yellowjug.com/web-design/the-importance-of-important-in-css/
#content{ min-height:100px; height:auto !important; height:600px; }
You need to login to post a comment.