Print Page | Close Window

Jquery Menu Conflict

Printed From: ProductCart E-Commerce Solutions
Category: ProductCart
Forum Name: Customizing ProductCart
Forum Description: Exchange messages with other users that are customizing ProductCart.
URL: https://forum.productcart.com/forum_posts.asp?TID=2930
Printed Date: 28-April-2024 at 7:23am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Jquery Menu Conflict
Posted By: mikey234d
Subject: Jquery Menu Conflict
Date Posted: 05-August-2009 at 4:35pm
I'm not sure if anyone has experience with Jquery here but I have run into a problem with my home page in internet 7.  It seems that the top menu hides behind my other Jquery Featured Content Slider.  This happens only in IE7.  Does anyone know a way to give a javascript element priority over another element, or does this need to happen within the css.  And if that is the case, how do you go about that?  My website is http://www.ShopAtDean.com%20 - www.ShopAtDean.com

Thanks,
Mike



Replies:
Posted By: netprofits
Date Posted: 05-August-2009 at 4:48pm
This is usually caused by the zindex of an element being on the same level as the menus.
 
Here is a quick quess...try adding a div container around your jquery object, i.e.
<div id="jqcontainer">
...jquery stuff here...
</div>
 
Then in your pcStorefront.css file, add the following style:
#jqcontainer {
 z-index: 2;
}
 
Hope that helps.


-------------
NetProfits Internet Consulting

Certified ProductCart Developer

http://www.nicwebdesign.com" rel="nofollow - Our Site


Posted By: mikey234d
Date Posted: 05-August-2009 at 5:45pm
Thnaks Netprofits, but unfortunately that didnt work. I tried a number of different ways too.  Any other suggestions?


Posted By: intour
Date Posted: 05-August-2009 at 5:58pm
You can tell the CSS to emulate a particlular version of IE.
 
I've had the same issue with IE8 which totally screws up so much CSS of ealier versions.
 
I'll dig out the code and get back to you.
 
Nigel


-------------
http://www.innerview.co.uk - Innerview
Productcart Platinum Reseller
Web Design/Hosting/Virtual Tours



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net