Re: [css-d] Having a width and "min-width" in IE

2006-01-24 Thread cj
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

[css-d] Having a width and "min-width" in IE

2006-01-18 Thread Jonathan Carter
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