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?
Go to bottomPage: 12
TOPIC: Problems in IE
#9822
Problems in IE 14 Years, 5 Months ago Karma: 0
Created my menu exactly the way I wanted. So I'm happy.
But.... I did my checks in Firefox and I just found out that IE is no good. Should have checked earlyer, but you know how it goes....

Is there any 'simple' sollution for this.

Here is the example:
voorbeeld.pixelwebdesign.nl/www.vanderzeeassistance.nl/

Works fine in Firefox, but again.. not in IE.

I hope someone can help me out.
The administrator has disabled public write access.
 
#9829
Re:Problems in IE 14 Years, 5 Months ago Karma: 764
Hello,

Add the following CSS rules:

Code:


DIV#menu
{
 z-index: 10;
}

DIV.ux-menu
{
 background-color: transparent;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#9835
Re:Problems in IE 14 Years, 5 Months ago Karma: 0
Thats better, thx. Now the bgcolor of the links should be the same as the active state button. I hope you can help me out on this one as wel.
The administrator has disabled public write access.
 
#9838
Re:Problems in IE 14 Years, 5 Months ago Karma: 764
The second rule which provided in the previous post should help. Where you place our code?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#9839
Re:Problems in IE 14 Years, 5 Months ago Karma: 0
in menu.min.css
at the bottom
The administrator has disabled public write access.
 
#9840
Re:Problems in IE 14 Years, 5 Months ago Karma: 764
Sorry, use the next CSS rule:

Code:


UL.ux-menu
{
 background-color: transparent;
}



instead of:

Code:


DIV.ux-menu
{
 background-color: transparent;
}



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