Sent by Erik Ratcliffe on 13 July 2004 18:06
On Tue, Jul 13, 2004 at 11:58:03AM -0400, Tribou, Eric wrote:
> > I believe IE6/Win uses "width" the same way "min-width" works in other
> > browsers: the width will re-size when necessary. So, you
> > could set the width in a selector and then override the
> > setting in a second, identically named selector:
>
> That's what I thought I'd seen before, but when I try it, that doesn't
> seem to work.
[snip]
Ooops! Sorry, I didn't use the correct "hack."
I used this method a short while ago on select form elements and it worked
beautifully. Adjust it to fit your needs:
select { width: 11em; }
html>select { width: auto; min-width: 11em; }
It's the "html>select" hack, not the "/**/" hack.
--
Erik Ratcliffe
[EMAIL-REMOVED]
______________________________________________________________________
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/