Dropdown menu (SELECT) size

Hi everyone,<br />
<br />
Is there any way to define size of a dropdown?<br />
<br />
At this point let me explain exactly.Throgh select tag when i create dropdown it shows it as usual. But when i provide some informations bellow the dropdown, the dropdown hides that information. Dropdown creates a scroll when OPTIONs are more than 10.<br />
<br />
Can I reduse this number so that my drop down will be created in a smaller are but with scroll????<br />
<br />
Thanx in advance<!--content-->you sure can:<br />
<br />
<form name="name"> <select name="name" Size="3"><br />
<br />
<br />
Just like that! You can change the 3 to any number you want, good luck :)<!--content-->
 
Back
Top