Hi,
Can i fix the size of my drop down menu? if it were an input text field I could add size=21 to it but is it possible to do it with a drop down menu?
<FORM NAME="nav">
<SELECT NAME="SelectURL" onChange="document.location.href=document.nav.SelectURL.options[document.nav.SelectURL.selectedIndex].value">
<OPTION VALUE=" Product ...
</SELECT>
</FORM>
Can anyone help me edit my code to fix the size?
Thanks
S
Can i fix the size of my drop down menu? if it were an input text field I could add size=21 to it but is it possible to do it with a drop down menu?
<FORM NAME="nav">
<SELECT NAME="SelectURL" onChange="document.location.href=document.nav.SelectURL.options[document.nav.SelectURL.selectedIndex].value">
<OPTION VALUE=" Product ...
</SELECT>
</FORM>
Can anyone help me edit my code to fix the size?
Thanks
S