Android Dropdown (Select) CSS

Posted by roguepixel on Stack Overflow See other posts from Stack Overflow or by roguepixel
Published on 2009-08-17T15:51:26Z Indexed on 2010/04/30 20:17 UTC
Read the original article Hit count: 216

Filed under:
|
|
|

I'm currently writing some stylesheets for mobile browsers and have come across a strange issue in the Android browser. When changing the font-size CSS attribute of a text box the box gets bigger to accomodate the larger text. Doing this on a select box however does not change the size of the select box, but the text still gets larger (actually overlapping the top and bottom of the rendered form element).

Can anyone tell me if it's possible to increase the height of select boxes in the Android browser. Or if not point me in the direction of a list of CSS attributes that can be applied to them.

Thanks.

© Stack Overflow or respective owner

Related posts about android

Related posts about css