I have an image that I want to use in place of the standard down arrow on a select box. How can this be down, without using javascript!
You can change the font and colors in CSS with select {...}, but there are too many problems with styling the other parts. It's much better to make a custom drop down box with JQuery, MooTools, or some other framework. Check this out, it's not too hard at all: http://www.devirtuoso.com/2009/08/styling-drop-down-boxes-with-jquery/