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?

Drop down menu not working with internet Explorer
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Drop down menu not working with internet Explorer
#44399
Drop down menu not working with internet Explorer 10 Years, 7 Months ago Karma: 0
Hello ,

i have install the drop down menu it is working with google chrome but i have check my website with
Internet Explorer 8 and 10 and the drop down menu is not working...

Can you help?

www.hstronic-gmbh.de
The administrator has disabled public write access.
 
#44400
Re:Drop down menu not working with internet Explorer 10 Years, 7 Months ago Karma: 747
Hello,

Open browser's error console (press F12 in IE browser) and you will see it contains javascript error. This error is not related to "ARI Ext Menu", but it prevents execution of "ARI Ext Menu" javascript code. Fix the error and the menu will work fine.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#44403
Re:Drop down menu not working with internet Explorer 10 Years, 7 Months ago Karma: 0
the problem is the CSS Rule...
I have check the drop down menu without this rule and it is working with Internet Explorer...
And with CSS Rule and Beez3 Template i get the error

Is the CSS Rule correct or what can i do??



body #header
{
overflow: visible;
}
#header ul.ux-menu li a:link,
#header ul.ux-menu li a:visited
{
display: block;
padding: 10px 14px;
}

#header ul.ux-menu li a.ux-menu-link-parent:link,
#header ul.ux-menu li a.ux-menu-link-parent:visited
{
display: block;
padding: 10px 24px 10px 14px;
}


#header .ux-menu ul.ux-menu-hidden
{
display: none;
}

#header ul.ux-menu
{
right: 0;
top: 0;
margin: 0;
padding: 0;
position: relative;
}

#header ul.ux-menu-sub li
{
text-align: left;
}

#header .ux-menu-container ul
{
max-width: none;
padding: 0;
margin: 0;
}
The administrator has disabled public write access.
 
#44405
Re:Drop down menu not working with internet Explorer 10 Years, 7 Months ago Karma: 747
What CSS rule do you mean? This is javascript problem and we described the reason of the problem in our previous post.

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