vote up 0 vote down star

Hi all,

I don't find any property of DropShadowExtender in Asp.net(3.5) AJAX control toolkit to set shadow color. How to change the shadow color.

Please help.

Thanks.

flag

63% accept rate

1 Answer

vote up 0 vote down check

You musst override CSS rule like this:

#ctl00_SampleContent_Panel1_DropShadow div
{
background-color:purple !important;
}
link|flag
Thanks. It works fine. – Himadri Sep 17 at 7:40
You should accept his answer if it solved your problem. – rick schott Sep 17 at 13:12

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.