You can check how a background responds to the mouse events without applying it. The HTML code to do this is quite simple and can be inserted anywhere on the page, between the <BODY> and </BODY> tags. To define the button's hot state appearance, set the "State offset" fields to 0, 1, and
Code:
<form name="tab list">
<p align="center">
<select name="menu">
<option value="URL">Option1</option>
<option value="URL">Option2</option>
</select>
<input type="button" onClick="location=.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO">
</p>
</form>
Then the topmost state image will be set for the Normal state, next image. Also, you can test how the buttons web respond to the mouse events.
Bookmarks