Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

shadow effect to the drop-down menus - Possible?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: shadow effect to the drop-down menus - Possible?
#26036
shadow effect to the drop-down menus - Possible? 12 Years, 8 Months ago Karma: 0
Hi!

I was wondering if somebody could help making a shadow-effect for the drop-down menus
Thanks!
The administrator has disabled public write access.
 
#26040
Re:shadow effect to the drop-down menus - Possible? 12 Years, 8 Months ago Karma: 760
Hello,

Read this post.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#26058
Re:shadow effect to the drop-down menus - Possible? 12 Years, 8 Months ago Karma: 0
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.
The administrator has disabled public write access.
 
Go to topPage: 1