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?

submenu dont work on IE 7? CSS?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: submenu dont work on IE 7? CSS?
#36040
submenu dont work on IE 7? CSS? 11 Years, 3 Months ago Karma: 0
Hello,

www.skolasd.cz

In IE7 dont work submenu.. IE 8+, chrome, opera, safari, firefox is working correctly.

Don't you know, where is problem?


Thanks for any advice
The administrator has disabled public write access.
 
#36043
Re:submenu dont work on IE 7? CSS? 11 Years, 3 Months ago Karma: 748
Hello,

It can be a problem with custom CSS rules and styles which you use for the menu. Restore original CSS rules and check the menu.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#36140
Re:submenu dont work on IE 7? CSS? 11 Years, 3 Months ago Karma: 0
hello,

I restore original menu in work domain:
test.skolasd.eu

but still dont work
The administrator has disabled public write access.
 
#36142
Re:submenu dont work on IE 7? CSS? 11 Years, 3 Months ago Karma: 748
You haven't removed custom CSS rules for the menu. For example like this one:

Code:


li.ux-menu-item127 {background: rgb(0,123,209); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwN2JkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZiYzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(0,123,209,1) 0%, rgba(0,107,196,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,123,209,1)), color-stop(100%,rgba(0,107,196,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,123,209,1) 0%,rgba(0,107,196,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,123,209,1) 0%,rgba(0,107,196,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,123,209,1) 0%,rgba(0,107,196,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,123,209,1) 0%,rgba(0,107,196,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007bd1', endColorstr='#006bc4',GradientType=0 ); /* IE6-8 */
}



It seems "filter" property causes the problem.

Regards,
ARI Soft
Last Edit: 2013/01/28 11:17 By admin.
The administrator has disabled public write access.
 
Go to topPage: 1