Possible Duplicate:
How to make a custom select option menu style without image in CSS?
Is it possible to customise the look of HTML select option menus aswell as its attached button and how do you do so it if it is?
For example I have a menu that looks like this
<select id="music" title="Music Genres">
<option>Ambient</option>
<option>Acoustic</option>
<option>Alternative</option>
<option>Beat</option>
<option>Break</option>
<option>Bass</option>
</select>
but I need to make it look like the rest of my website and not its default design
I found this video tutorial on Youtube that tells you a way of how it can be done (sort of) http://www.youtube.com/watch?v=jzvRue8pS-U