If I have a drop down menu like the following:
<select>
<option>Dog</option>
<option>Cat</option>
<option>Bird</option>
</select>
How could I create two buttons that when pressed would change the chosen option? So if Cat was selected and the up arrow was pressed, Dog would become selected. The same would happen for a down arrow. When Dog was selected and the down arrow is clicked Cat would become selected.