Connecting Tech Pros Worldwide Forums | Help | Site Map

How to change color of arrow in drop down list

kurt sune
Guest
 
Posts: n/a
#1: Nov 19 '05
I have searched for two days now. No luck.

Is it possible to change the color of the arrow and the area qround the
arrow in a drop down list?

If yes, how?

/k



Jacek Stawicki
Guest
 
Posts: n/a
#2: Nov 19 '05

re: How to change color of arrow in drop down list


Similar topic was discussed few days ago.
First of all you have to override Render method of DDL control.
Then try manipulate with style of particular ListItem (OPTION in HTML)
try: STYLE="cursor: help" or other cursor type.


--
C# Dev


"kurt sune" wrote:
[color=blue]
> I have searched for two days now. No luck.
>
> Is it possible to change the color of the arrow and the area qround the
> arrow in a drop down list?
>
> If yes, how?
>
> /k
>
>
>[/color]
Closed Thread