scroll bars on list

i have a menu list on my site and it lets people enter values into it. how do i put horizontal scroll bars on a list rather than just vertical ones if it is at all possible??<br />
<br />
my code is shown below:<br />
<br />
<select name="unprotected" size="20"><br />
<option value="NONE">-- Unprotected Links --</option><br />
</select><br />
<br />
<br />
Thanks<br />
Goz<!--content-->No, even if you make the width of the select too small for the contents of the options,<br />
the options will always open to the width of the widest option.<!--content-->
 
Back
Top