I have a drop-down that lists font families. Like Tahoma, Arial, Verdana, etc. I want to change the font-family of each drop-down item according to the value it represents. Just like Photoshop does it.
I changed the CSS for each drop-down item but it only works on FireFox. It doesn't work on any other browser.
I don't want to use any jQuery plugin.