Min & Max Height & Width in IE6
IE6 does not understand min/max of both height or width. So, if you need any of these four css properties to work in IE6, then you'll need to feed IE6 an IE expression. Basically, they're little snippits of javascript tailored for IE. IE expressions don't validate, so I like to put them in a seperate ie6.css. Alternativly, you can place them in the , or feed them to IE6 with the * html hack - wh..