1 Comments
- heardy, on 10/27/2008, -0/+0Some good hacks there, although the code for the min height hack is incorrect, "!important" should be before the semicolon:
selector {
min-height:500px;
height:auto !important;
height:500px;
}
stylizedweb.com — Here is the list of 10 hand picked CSS hacks and tricks which can help you in your CSS code and also save some time.