Hey,

  The only way I can think of is too apply a class to it and then  
change the font size. You can try a height but I don't think it will  
work. Here is an example:

<select class="menubar" ......

.menubar {
        font-size: 10px;
        height: 12px;  //Might not work;
        padding: 0;
        margin: 0;
        ....

You get the picture.

James

On Feb 16, 2006, at 13:43, KalleS wrote:

Hello,
I have <select> menu in my page. It's located in a header bar which  
height is 20px. The select menu breaks the bar because it doesn't fit  
to the 20px height. This is in Ie6 and Firefox. In Opera it's  
(almost) OK. How can I influence to the height with CSS that this  
menu requires?

Thanks

-- 
_______________________________________________
Surf the Web in a faster, safer and easier way:
Download Opera 8 at http://www.opera.com

Powered by Outblaze
______________________________________________________________________
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/


______________________________________________________________________
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