Hi!
Sorry for the double post, and Thanks a lot
it worked perfectly!
your menu is brilliant and easy to use, excellent support!
Cheers
PS) Iґm gonna post the code here as well to help other people interested in the same thing.
Code:
.ux-menu-container,
.ux-menu-sub
{
-moz-box-shadow: 2px 2px 2px gray;
-webkit-box-shadow: 2px 2px 2px gray;
-o-box-shadow: 2px 2px 2px gray;
box-shadow: 2px 2px 2px gray;
}
and if you want to have the shadow on the sub-menus only (not on the first level), as for instance in my case, just take
.ux-menu-container, off the code.