!important ignored by IE

Posted January 26, 2009 in CSS tips & trick

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. This is true for all browsers except IE. An [...]

Two classes together

Posted January 24, 2009 in CSS tips & trick

Usually attributes are assigned just one class, but this doesn’t mean that that’s all you’re allowed. In reality, you can assign as many classes as you like! For example: <p class=”text side”> Some Text </p> Using these two classes together [...]

It is often nice to have your webpage span the full height of the window even if you only have a small amount of content displaying at the top.