I have a drop down menu that contains any number between 1 and 100. It depends on how many products I have in stock. The customer can adjust quantity this way easily. It works fine but I was wondering if there is any way to control the height of the drop down. It looks odd if I have 100 in stock and the drop down menu pops all the way to the edge of the browser window. For example, could I only set it to display 1- 25 in the drop down and force the user to scroll to select the higher numbers? The reason I want to do this is for aesthetics and usability. I notice a long drop down box may cause problems at lower resolutions. Could I use css for this?