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?

IE + Firefox issues
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: IE + Firefox issues
#14746
Re:IE + Firefox issues 13 Years, 1 Month ago Karma: 748
About sub-menus, this problem with the next CSS rule in <joomla_directory>/templates/beez_20/css/personal.css file:

Code:


a:link, a:visited {
    background: none repeat scroll 0 0 transparent !important;
}



Add the next CSS rule to site template CSS file or to "CSS Styles" parameter in module settings that fix the problem:

Code:


UL.ux-menu-sub A:link,
UL.ux-menu-sub A:visited
{
 background-color: #2F75B7 !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#14748
Re:IE + Firefox issues 13 Years, 1 Month ago Karma: 0
Yep that works perfectly. Any advice for the IE issues?
The administrator has disabled public write access.
 
#14749
Re:IE + Firefox issues 13 Years, 1 Month ago Karma: 748
We can offer only suggestion from this post.

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