velious
02-02-2004, 08:34 PM
I want to be able to make a drop down box that goes to a page when the user selects one of the topics..not when they click a button..can someone help me with the below syntax on how i can do that?..
also i want to have a background picture, however it tiles, and i just want a full blown picure of it.
<td>
<form>
<select>
<option>American Government</option>
<option value="aic.html">Chapter Reviews
<option value="av.html">Vocabulary
<option value="ao.html">Other useful stuff
</select>
</form>
</td>
also i want to have a background picture, however it tiles, and i just want a full blown picure of it.
<td>
<form>
<select>
<option>American Government</option>
<option value="aic.html">Chapter Reviews
<option value="av.html">Vocabulary
<option value="ao.html">Other useful stuff
</select>
</form>
</td>