Page 1 of 1

CSS: min-width & IE

Posted: Thu Oct 16, 2003 8:08 pm
by nigma
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?

Posted: Thu Oct 16, 2003 9:37 pm
by evilMind
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.)

Posted: Thu Oct 16, 2003 9:52 pm
by markl999
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 ;)

Posted: Thu Oct 16, 2003 9:58 pm
by nigma
Lol, I actually came upon this site when doing google searches before posting, but "blew it off" to soon.

Thanks!

Posted: Thu Oct 16, 2003 10:08 pm
by markl999
And there's nothing worse than blowing off too soon ;)

Posted: Thu Oct 16, 2003 10:47 pm
by nigma
Amen to that =)