Hi,

 

    Does anyone know if there's a way to reliably resize the SELECT element
of a html form? I say reliably because I've so far used percentages, pixels,
points and EMs and still haven't managed to get it the way I want it. It's
probably font related (using Arial) but the symptoms are the following:

 

.selectTextResize {

 

Font-size: .7em;

} 

 

***Works Fine, except the font is *just* too small, so naturally I think
.8em will do it..***

 

 

.selectTextResize {

 

Font-size: .8em;

} 

 

 

And for some reason the font size in the SELECT jumps to full size, .8, .9
and 1em all display the exact same! Anyone know the reason for this? Or, if
it's unavoidable, does anyone know how to reliably set the height of a
select? My form is taking up too much vertical space and font-resizing is
what's required, but it's not working.

 

 

Thanks.

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to