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



Welcome, Guest
Please Login or Register.    Lost Password?

Changed template; drop downs no longer working.
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Changed template; drop downs no longer working.
#22200
Re:Changed template; drop downs no longer working. 12 Years, 7 Months ago Karma: 0
How do we get it to go across the entire width provided?
Last Edit: 2011/11/29 14:30 By candisse.
The administrator has disabled public write access.
 
#22201
Re:Changed template; drop downs no longer working. 12 Years, 7 Months ago Karma: 748
The first CSS rule from our previous post is not added on provided page. Add it.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#22202
Re:Changed template; drop downs no longer working. 12 Years, 7 Months ago Karma: 0
Thanks! How do we get rid of the external border around the main menu items?
The administrator has disabled public write access.
 
#22203
Re:Changed template; drop downs no longer working. 12 Years, 7 Months ago Karma: 748
Use the following CSS rules:

Code:


.ux-menu A
{
 border-style: none !important;
}

.ux-menu A:hover
{
 float: none !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#22204
Re:Changed template; drop downs no longer working. 12 Years, 7 Months ago Karma: 0
Alright, thanks! It worked, but the borders around submenu items are hidden now, and we want them to show. How would we do this?
The administrator has disabled public write access.
 
#22205
Re:Changed template; drop downs no longer working. 12 Years, 7 Months ago Karma: 748
Use the next CSS rule:

Code:


.ux-menu A.ux-menu-link-level-0
{
 border-style: none !important;
}



instead of:

Code:


.ux-menu A
{
 border-style: none !important;
}



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