Advice Requested with <Select> Box

liunx

Guest
Hello,<br />
<br />
I am trying to figure out a way to predetermine the size of a select box in an HTML form. Basically, I have one select box with entries in it and these entries will be transfered to other select boxes (which are empty by default) on the screen by the user. The page is set up and everything works, but the empty boxes (before entries are moved into them) are skinny. I am curious if there is a way for me to specify the default size of the empty select boxes..<br />
<br />
I hope this makes sense. Any help would be appreciated.<!--content-->you can try css width attribute but you may find out you have little control on the select box.<br />
<br />
<select style="width: 100px"><!--content-->That worked! Thanks a ton Scoutt!<!--content-->
 
Back
Top