I looked on w3schools and it doesn't say anything about the css min-width property not working in IE, but it isn't working for me.
Anyone know how to do the equiv of min-width but for IE?
CSS: min-width & IE
Moderator: General Moderators
I've had problems with this before and I never really got around to looking for it until now... Check out http://www.xs4all.nl/~ppk/css2tests/intro.html. That link seems to have the best browser-compatibility list that I've seen so far. (btw, the chart did indicate that min-width & min-height are only supported by Mozilla and opera.
That sucks because it's a nice feature to have.)
http://www.svendtofte.com/code/max_width_in_ie/ describes a work around using IE's expression() property. I've not tried it out so i'm not vouching for it 