2

I've been given a design to implement in an Asp.net website, and I'm struggling with some elements, particularly the DropDownList. What's the best way to change the look? I'd prefer to do something server-side as opposed to javascript, but I understand at least some javascript may be necessary.

In the end, it should look like this:
The list box as it should look

death_au
  • 1,282
  • 2
  • 20
  • 41

1 Answers1

1

Have a look at this question - Is it possible to style a select box?.

The first answer points to a dead link, but the second answer suggests using JQueryUI.

http://jquery-ui.googlecode.com/svn/branches/labs/selectmenu/index.html

Community
  • 1
  • 1
Paul Rowland
  • 8,244
  • 12
  • 55
  • 76