Sel Appa
27-01-2007, 00:45
In this particular dropdown menu, how can you cange the color of each of the options? Is that even possible?
<form>
<select onChange="if(this.options[this.selectedIndex].value) top.location.href=(this.options
[this.selectedIndex].value)">
<option>Select an option</option>
<option value="">Option 1</option>
<option value="">Option 2</option>
<option value="">Option 3</option>
</select>
</form>
And is it Javascript or HTML?
Thanks :) I tried learning HTML and it's so pointless now. I don't really need a website and the market for those in the know is gone because of 50 million other people who know much more than me.
<form>
<select onChange="if(this.options[this.selectedIndex].value) top.location.href=(this.options
[this.selectedIndex].value)">
<option>Select an option</option>
<option value="">Option 1</option>
<option value="">Option 2</option>
<option value="">Option 3</option>
</select>
</form>
And is it Javascript or HTML?
Thanks :) I tried learning HTML and it's so pointless now. I don't really need a website and the market for those in the know is gone because of 50 million other people who know much more than me.