longhorn1999
11-20-2010, 02:40 PM
1) Script Title: jQuery Multi Level CSS Menu #2
2) Script URL (on DD): http://www.dynamicdrive.com/style/csslibrary/item/jquery_multi_level_css_menu_2/
3) Describe problem:
Hi everyone,
I've been using this Multi Level Menu for a while and it's worked great, but when I tried to update the look a bit w/ a gradient, I'm getting major problems in IE, especially IE7.
/* for Mozilla */
background-image: -moz-linear-gradient(0% 70% 90deg, #687d96, #95b3d7 70%);
/* for IE6, IE7 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#95b3d7, endColorstr=#687d96);
/* for IE8 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#95b3d7, endColorstr=#687d96)";
/* for WebKit (Safari, Chrome, etc) */
background-image: -webkit-gradient(linear, 0% 70%, 0% 45%, from(#95b3d7), to(#687d96));
Could someone tell me what I'm doing wrong here? When I add this code to .jqueryslidemenu and .jqueryslidemenu ul li a of jqueryslidemenu.css, it works perfectly in FF, but the main tabs don't give the gradient color in IE7 and it causes a bug in the drop down menu as well where some random lines appear when you scroll across the menu.
Any ideas are appreciated. Thanks!
2) Script URL (on DD): http://www.dynamicdrive.com/style/csslibrary/item/jquery_multi_level_css_menu_2/
3) Describe problem:
Hi everyone,
I've been using this Multi Level Menu for a while and it's worked great, but when I tried to update the look a bit w/ a gradient, I'm getting major problems in IE, especially IE7.
/* for Mozilla */
background-image: -moz-linear-gradient(0% 70% 90deg, #687d96, #95b3d7 70%);
/* for IE6, IE7 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#95b3d7, endColorstr=#687d96);
/* for IE8 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#95b3d7, endColorstr=#687d96)";
/* for WebKit (Safari, Chrome, etc) */
background-image: -webkit-gradient(linear, 0% 70%, 0% 45%, from(#95b3d7), to(#687d96));
Could someone tell me what I'm doing wrong here? When I add this code to .jqueryslidemenu and .jqueryslidemenu ul li a of jqueryslidemenu.css, it works perfectly in FF, but the main tabs don't give the gradient color in IE7 and it causes a bug in the drop down menu as well where some random lines appear when you scroll across the menu.
Any ideas are appreciated. Thanks!