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 PROTECTED]
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/

Reply via email to