[jQuery] Re: jQuery Works fine with Firefox and Internet Explorer 8. Not with IE7?

2009-06-17 Thread amuhlou
in IE8 choose Tools > Compatibility View to trigger IE7 mode. definitely check out that stray comma Nikola mentioned, as I've seen IE choke on those lots of times before. If you really want to uninstall IE8, you can probably do a system restore back to a date before you installed IE8. On Jun 17

[jQuery] Re: jQuery Works fine with Firefox and Internet Explorer 8. Not with IE7?

2009-06-17 Thread Charlie
page breaks in IE 7 w3 validator shows broken tags and  microsoft debug has error here : }).playlist(".entries"); good practice to run validator (easy click from Firefox developer toolbar) , can find  issues that may not be obvious, or when page not acting properly  http://validator.w3.org

[jQuery] Re: jQuery Works fine with Firefox and Internet Explorer 8. Not with IE7?

2009-06-17 Thread Nikola
You know, you can view sites in IE7 mode with IE8 Just change the Document Mode to IE7 standards. Also, it's not a problem with jQuery you have a trailing comma on line 65 of your inline script: clip: {baseUrl: 'http://www.pangeaadvisors.org'}, // <-- This comma is the problem On J