Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

extend drop down list


chowpay

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...