On 1/18/06, Jonathan Carter <[EMAIL PROTECTED]> wrote:
> 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
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