Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dropdown boxes

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
How do I set the width of a dropdown box recognizable in Netscape?
 
<select width=200></select>

will make the width 200px (i think) - NetSuck! 4.72 jared@aauser.com
 
<form>
<SELECT width=500 NAME='action'>
<OPTION VALUE='add' SELECTED>Add
<OPTION VALUE='delete'>Delete
<OPTION VALUE='update'>Modify
</SELECT>
</form>

This actually worked in netcrap and not IE

SNT
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top