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?

Problem with hover colors iin mozilla
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Problem with hover colors iin mozilla
#51738
Problem with hover colors iin mozilla 9 Years, 6 Months ago Karma: 0
Hi!

First I'would like to thank you for this great menu but i have some problems. In google chrome everything looks finr but in mozilla and Ie8 there is no hover background color, no current color as well and no rounded menu... Im not good with css so i need your help. The website is idesigns.pl

Thx and sorry for my bad english
The administrator has disabled public write access.
 
#51740
Re:Problem with hover colors iin mozilla 9 Years, 6 Months ago Karma: 747
Hello,

Set "Load ExtJS library" parameter to "Yes" in module settings.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#51741
Re:Problem with hover colors iin mozilla 9 Years, 6 Months ago Karma: 0
I did it and problem still exist
The administrator has disabled public write access.
 
#51742
Re:Problem with hover colors iin mozilla 9 Years, 6 Months ago Karma: 0
this is css code i use:

.ux-menu-container .ux-menu a
{
background: none;
line-height: 10px !important;
border-style: none !important;
}

.ux-menu-container .ux-menu .ux-menu-sub a

{
background: transparent url(www.idesigns.pl/images/7ugJo.png") repeat !important;
}

UL.ux-menu LI A
{
border-bottom-style: none;
border-top-style: none;
}

.ux-menu-horizontal LI A.ux-menu-link-first,
.ux-menu-sub LI A.ux-menu-link-first
{
-moz-border-radius: 10px 0 0 10px;
-webkit-border-radius: 10px 0 0 10px;
-o-border-radius: 10px 0 0 10px;
-ms-border-radius: 10px 0 0 10px;
border-radius: 10px 0 0 10px;
border-style: none !important;
}

.ux-menu-horizontal LI A.ux-menu-link-last,
.ux-menu-sub LI A.ux-menu-link-last
{
-moz-border-radius: 0 10px 10px 0;
-webkit-border-radius: 0 10px 10px 0;
-o-border-radius: 0 10px 10px 0;
-ms-border-radius: 0 10px 10px 0;
border-radius: 0 10px 10px 0;
border-style: none !important;
}

.ux-menu-horizontal LI A.ux-menu-link-first.ux-menu-link-last,
.ux-menu-sub LI A.ux-menu-link-first.ux-menu-link-last
{
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
-o-border-radius: 10px 10px 10px 10px;
-ms-border-radius: 0 10px 10px 0;
border-radius: 10px 10px 10px 10px;
}
The administrator has disabled public write access.
 
#51743
Re:Problem with hover colors iin mozilla 9 Years, 6 Months ago Karma: 747
Your custom CSS rules contains error. The following CSS rule:

.ux-menu-container .ux-menu .ux-menu-sub a
{
background: transparent url(www.idesigns.pl/images/7ugJo.png") repeat !important;
}

Should be:

.ux-menu-container .ux-menu .ux-menu-sub a
{
background: transparent url("www.idesigns.pl/images/7ugJo.png") repeat !important;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#51744
Re:Problem with hover colors iin mozilla 9 Years, 6 Months ago Karma: 0
Yeahhh!
Thanks!! it's working now!
I have one more question is there a way to have such butiful green hover opacity like on this site?

www.riverleaf.net/400%27s/index.html
The administrator has disabled public write access.
 
Go to topPage: 123