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


Recent Events
  • 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.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


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




Follow us on twitter



Duplicate entry \'8333026\' for key \'jos_fb_whoisonline.PRIMARY\' SQL=INSERT INTO jos_fb_whoisonline (`userid` , `time`, `what`, `task`, `do`, `func`,`link`, `userip`, `user`) \n VALUES (\'0\', \'1714280358\', \'Shadow on vertical menu\',\'\',\'\',\'view\',\'https://www.ari-soft.com/index.php?option=com_kunena&Itemid=54&catid=36&func=view&id=9758&lang=en\', \'3.141.244.153\', \'0\')
Welcome, Guest
Please Login or Register.    Lost Password?

Shadow on vertical menu
(0 viewing) 
Go to bottomPage: 1
TOPIC: Shadow on vertical menu
#9758
Shadow on vertical menu 13 Years, 3 Months ago Karma: 0
Is it possible to apply a shadow on Ari ext menu? I use the vertical menu, don't know if that matters.
The administrator has disabled public write access.
 
#9765
Re:Shadow on vertical menu 13 Years, 3 Months ago Karma: 748
Hello,

You can use the following CSS rules:

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;
}



It will be worked in browsers which support CSS 3.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#9783
Re:Shadow on vertical menu 13 Years, 3 Months ago Karma: 0
I removed: .ux-menu-container
so that only my colpanse menu shows shadow.

Now I only want to make the color of the letter different than its parant.

Maybe you can help me out on this as well?


Thanks again for a good working menu and the great support!
The administrator has disabled public write access.
 
#9784
Re:Shadow on vertical menu 13 Years, 3 Months ago Karma: 748
Use the following CSS rule:

Code:


.ux-menu .ux-menu-sub A
{
 color: red;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#9785
Re:Shadow on vertical menu 13 Years, 3 Months ago Karma: 0
That's it!

Thanks again.
The administrator has disabled public write access.
 
Go to topPage: 1