Sorry for yet another question about min-width and IE but none of the 
solutions I've found so far work for me.  I'm defining styles for 
buttons which will have variable length text in them depending on what 
language they're displayed in.  I'd like to set a min-width for the 
button, but also specify that the element should grow if it needs to in 
order to accommodate the button label.  This is very easy and effective 
in Firefox...:
.button
{
        min-width: 65px;
        width: auto;
}

...but, of course, doesn't work in IE.  The hacks that I've found to 
work around this don't seem to enable me to set a min-width AND 
width:auto for IE.  Any ideas?

Thanks,
Phil

______________________________________________________________________
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