Link to home
Start Free TrialLog in
Avatar of ometotzin
ometotzin

asked on

JQUery problem with IE6 and IE7

running jquery accordion and lightbox all is working great except the darn thing don't seem to work in IE6 or IE7
http://tbr.3oclockdesign.com/portfolio.html
ASKER CERTIFIED SOLUTION
Avatar of anoyes
anoyes
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Works for me in IE7 ... are you filtering at all... some versions of IE7 are viewed as IE6, so the way to fix that is to put IE7 before IE6 while filtering browsers...

Just a thought since it worked for me...

Cheers
jeremyBass
Avatar of ometotzin
ometotzin

ASKER

jeremyBass26
how do I turn off the filtering?
Looking at the script...

move

<script src="lightbox/js/jquery.lightbox-0.5.js" type="text/javascript">

above the call for it.... there is not filtering... try that...

cheers
jeremyBass
SOLUTION
Avatar of Albert Van Halen
Albert Van Halen
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks guys that fixed it