Thread: Drop-down menu?
View Single Post
Old 01-09-04, 04:07 PM   #4
RythmicTendicies
Guest
 
Posts: n/a
IP:

PM someone who has a drop-down menu....

<form><select name=select size="1"
style="background-color:COLORHERE;
font size:#pt; font-family:FONTHERE;
color:COLORHERE"
onchange="location.href=
(form.select.options[form.select.selectedIndex].value)">
<option value="URL">page link</option>
<option value="URL">page link</option>
<option value="URL">page link</option>

</select></form>

- HTML version..pretty basic to work out.
  Reply With Quote