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?

IE + Firefox issues
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: IE + Firefox issues
#14746
Re:IE + Firefox issues 13 Years, 6 Months ago Karma: 760
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, 6 Months 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, 6 Months ago Karma: 760
We can offer only suggestion from this post.

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