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


Recent Events
  • 25/11/2021 Black Friday Promotion

    BIG SALE, 35% discount for all our extensions. Use BF21 coupon code. Hurry up the discount is valid till 1 December.

  • 30/04/2021 Important information

    We transferred to another hosting so if you are experiencing any problem let us know. We will fix it as soon as possible.


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?

make active item background a gradient
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: make active item background a gradient
#46087
make active item background a gradient 9 Years, 4 Months ago Karma: 0
How can I make the background of the active menu item a gradient?
The administrator has disabled public write access.
 
#46092
Re:make active item background a gradient 9 Years, 4 Months ago Karma: 739
Hello,

You can read here how to create gradient background using CSS 3.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#46093
Re:make active item background a gradient 9 Years, 4 Months ago Karma: 0
i know HOW to make a gradient background, I've already got it ready to go what I don't know is WHERE to apply it in YOUR menu.. the element names are confusing to me.
Client also wants the arrows removed from the top level menu items
Last Edit: 2013/11/15 16:49 By N6REJ.
The administrator has disabled public write access.
 
#46099
Re:make active item background a gradient 9 Years, 4 Months ago Karma: 739
Do you use vertical or horizontal menu?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#46101
Re:make active item background a gradient 9 Years, 4 Months ago Karma: 0
horizontal
The administrator has disabled public write access.
 
#46113
Re:make active item background a gradient 9 Years, 4 Months ago Karma: 739
You can use the following CSS rule:

.yuimenubar LI
{
background: -moz-linear-gradient(top, #2F2727, #1a82f7);
/* add CSS properties for gradient background */
}

.yuimenubar UL
{
padding: 0 !important;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1