Rank: Newbie Groups: Member
Joined: 10/16/2007 Posts: 1
|
My apologies if this subject has been covered before. I did a search for the subject, but only found items relating to the popup dialog.
My question is, is there anyway to make the dropdown menus (submenus) opaque? I did not find any obvious property settings nor was I able to force opacity using a specified CssClass class.
Many thanks!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You make the sub menu opaque by giving the sub menu no background color through SubMenu.Style property. You will also need to set SubMenu.ShadowDepth to 0 because an opaque menu with shadow will look very odd.
Thanks
|