Hi there. I am using the WebMenu in 2007 Vol. 1. My menu displays with some sort of drop shadow behind it. How do I turn it off?
Thanks!
Hi,
You can set ShadowWidth under ExpandEffects to 0 from the properties of the WebMenu.
You can achieve this using following line of code:
this.UltraWebMenu1.ExpandEffects.ShadowWidth = 0;
Bhadresh