3

I've been hunting around to see if I can find a simple CSS or jQuery solution to achieve the following styling for a select box:

alt text

There are various items on SO such as the one here, but these come close but the issue seems to be more with styling the "arrow" section of the select box. Many of the samples I've found style the whole of the select field.

Is this really possible or feasible. Any pointers would be appreciated.

Community
  • 1
  • 1
simnom
  • 2,590
  • 1
  • 24
  • 34

1 Answers1

6

Here is one that I just used recently. It was pretty easy to theme. It does involve using the jquery library on top of CSS.

http://pixelmatrixdesign.com/uniform/#themes

Note it doesn't work in IE6, but it degrades gracefully

Jon Harding
  • 4,928
  • 13
  • 51
  • 96