Nov 14, 2000 #1 Guest_imported New member Joined Jan 1, 1970 Messages 0 How do I set the width of a dropdown box recognizable in Netscape?
Nov 14, 2000 #2 jaredn Programmer Joined Sep 1, 1999 Messages 1,506 Location US <select width=200></select> will make the width 200px (i think) - NetSuck! 4.72 jared@aauser.com Upvote 0 Downvote
Nov 14, 2000 Thread starter #3 Guest_imported New member Joined Jan 1, 1970 Messages 0 That did not work...do you have any other ideas? Upvote 0 Downvote
Nov 14, 2000 #4 snt MIS Joined Jun 19, 2000 Messages 104 Location US <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 Upvote 0 Downvote
<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