Previous Message
Next Message

Having a width and "min-width" in IE

Sent by Jonathan Carter on 18 January 2006 13:01


I've seen people use the IE min-width hack, but I'm wondering if it's 
possible to have a percentage width, and a static "min-width":

#Container
{
    width: 70%;
    min-width: 600px;
}

That way when the user's browser grows the container will grow, but when 
the browser shortens, the container will never get any smaller than 600px.

This obviously works in FF, but I'm not sure if that's possible to do in 
IE. Any help on this would be greatly appreciated.
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: