Hello All
I am using asp:menu control to display the menu. The menu is two level deep.
The requirement is to keep the menu transparent. I am using filter: alpha(opacity=40); in the css to get the required opacity. The concern is when the above mentioned line is used the menu stops displaying the second level submenu.
I have also tried to use the background color as transparent but in vain.
please let me know what can be done to acheived the desired.