Selection menu help!

How can i use button image instead of classic selection menu with one arrow?

I can’t use it as background because i still have that box with one arrow, i need it to be button with drop down menu.

Please, any suggestions?

HI,

You can’t really style the select in a cross browser way so you will need to resort to some js trickery to swap the element out for something that can be styled. Here is one example.

You can do some limited things with css but the results aren’t that good in all browsers as IE always covers the image with a blue highllight when a selected item is chosen.

The best thing for selects is to leave them alone:)

Oh thank you, that helped :slight_smile: