user2385136
user2385136

Reputation:

Styling css for <select> <option> drop down box for all browsers and Windows/OSX

I want to style my drop down box so that instead of using the OS's default styles, I can replace both and with custom background images. Is there a solution that works in all major browsers (IE, Firefox, Chrome, Safari) and also for all OS's (Windows, OSX, Lunix). I'm aware that OSX has their own type of drop down boxes that are particularly hard to style with css.

Upvotes: 4

Views: 9763

Answers (1)

Brigand
Brigand

Reputation: 86230

As suggested here, I think jqtransform is what you're looking for.

Scroll down the page to see a demo. In addition to other elements, drop down boxes are there.

All the way at the bottom it says...

Just edit the css file to customize your form, that's it.

Upvotes: 2

Related Questions