chowpay Posted January 22, 2007 Share Posted January 22, 2007 Hi guys, I have a product with a 50 item or so drop down list. how do I control how many items can be displayed before scrolling occurs? Thanks a ton! Link to comment Share on other sites More sharing options...
Guest Posted January 22, 2007 Share Posted January 22, 2007 Hi, Im assuming that you are using a 'select' element in a form? To change the amount of items shown before scrolling, use the select elements 'size' property. e.g. <select name="coolstuff" size="3"> <option value="1"selected>Firefly Series 1</option> <option value="2">Firefly Series 2</option> <option value="3">Firefly Series 3</option> <option value="4">Wishful Thinking</option> </select> Hope this helps Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.