Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change style on ASP DropDownlist

Is it possible to change the graphics for the arrow down on the dropdownlist control, without having to create a custom control? I need all the normal properties, just want to style the arrow down a bit.

like image 432
Dofs Avatar asked May 14 '09 19:05

Dofs


3 Answers

You can easily use custom graphics for any form element by using javascript and CSS, please see for examples:

http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/

http://www.noupe.com/css/form-elements-40-cssjs-styling-and-functionality-techniques.html

http://www.noupe.com/css/47-excellent-ajax-css-forms.html

like image 62
mrTomahawk Avatar answered Nov 10 '22 11:11

mrTomahawk


You can use third party controls, but if you are looking to change the look of your standard tools that would not be very possible, since those are derived from the standard controls of the operating system.

like image 42
TheTXI Avatar answered Nov 10 '22 10:11

TheTXI


There a third party controls that can help you do that.

like image 1
TStamper Avatar answered Nov 10 '22 10:11

TStamper