I have a dropdown for US states in html. But when I go through the list, it goes expanding over the page. Is there any way i can limit this? I don't want to display it using size=" " property.
Asked
Active
Viewed 916 times
2
-
You mean it expands downward too far, or too far to the right? Or both? – j08691 Mar 08 '12 at 20:15
-
Upward. I have this problem with safari. When I ran the same code in Mozilla, its not having same issue. – user1247412 Mar 08 '12 at 20:20
-
1If I understand the question correctly, this is controlled by the browser and can't be changed. See [this question](http://stackoverflow.com/questions/570642/height-of-an-html-select-box-dropdown/570651#570651) for more information. Hope that helps. – ataddeini Mar 08 '12 at 20:21