View Single Post
Unread 10-31-2008, 06:11 AM
Amisha_Sharma
Posts: n/a
  #2  
Default

Hi

You can do this by giving HEIGHT parameter in Select tag

eg

<SELECT height=10 name="abc">
<OPTION></OPTION>
</SELECT>
Reply With Quote