Hey all, I'm trying to create a simple <select> menu in which the options are not text, but images. How can I go about doing this?
I tried <option value="x"><img src="xx" /></option> with no success...
If no solution exists with HTML, is there a solution with JavaScript or any other language?