Archive for the 'CSS' Category

A Better Way to Accomplish Min-Something

Friday, October 28th, 2005

Do you often find yourself wishing wistfully that you could use min-height or min-width in your css layouts, if only it weren’t for that pesky IE? I have seen many complicated hacks and even scripting solutions to this … but I stumbled on an extremely easy way to use my old friend !important to get the job done with no muss or fuss.

more ...