Hi I would like to have my menu be smaller in width, and when clicked, the list will expand horizontal to fit the list items. Right now the menu has all this dead space to the right of it.
It should be the width of “select your service”, then when clicked the drop down will expand to fit 5 words or more across…right now the width of “select your service” is the width of the biggest menu selection…Sorry if it is confusing…here is the code.
Thanks
<form id="FormName" action="(EmptyReference!)" method="get" name="Login">
<font color="#535353"><br />
<select name="selectName" size="1">
<option selected="selected" value="one">Please select your service</option>
<option value="two">NILS INsource</option>
<option value="three">NILS INcompass</option>
<option value="four">Complianceware</option>
<option value="five">AuthenticWeb for Cancellation and Nonrenewal</option>
<option value="six">AuthenticWeb for Claims</option>
<option value="seven">AuthenticWeb for Contract Provisions</option>
<option value="eight">AuthenticWeb for State Filing</option>
<option value="nine">AuthenticWeb for Selection Rejection</option>
<option value="ten">AuthenticWeb Matrices</option>
<option value="eleven">Order Uniform Forms</option>
</select><br />
User ID<br />
<input type="text" name="textfieldName" size="20" /><br />
Password<br />
<input type="text" name="textfieldName" size="20" /><br />
<input type="submit" name="submitButtonName" value="Submit" /><br />
<input type="checkbox" name="checkboxName" value="checkboxValue" />Remember my ID/Password</font>
</form>