PDA

View Full Version : Width Extension


sammiedawg
3-17-07, 09:56 PM
Is there a way to extend the width of the dropdown menu below?

<form name="movies">
<select name="movies2" style="font-size:10px;color:#FFFFFF;font-family:arial;background-color:#000000;" onChange="MM_jumpMenu('parent',this,0)">
<option value="#">Movies</option>
</select>
</form>


Thanks

YvetteKuhns
3-19-07, 12:52 PM
You would only need to add the spaces after one of the options. The width will expand to the largest option.