[LEFT]Well, here’s an issue.
I’m using a standard drop-down box with a graphical submit button. But the submit button doesn’t line up with the drop-down box. Instead its floats way above center. Any ideas?
<form>
<select id="ajaxmenu" width="50">
<option value="ajax/forms1.html">Download Forms</option>
</select>
<input type="image" onClick="ajaxcombo('ajaxmenu', 'contentarea')" src="../images/layout/button_go_white.gif" alt="Go" align="bottom" border="0"/>
</form>
[/LEFT]