Hi, 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.
+1
A:
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.
TheTXI
2009-05-14 20:07:39
+1
A:
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
mrTomahawk
2009-05-14 20:30:58