Reputation: 13286
Can you please tell me what snippet of code is failing in IE8 on this page:
I am virtualizing IE on my Mac, and I have no debugger.
Thanks a lot for your help!
Upvotes: 0
Views: 145
Reputation: 43619
by the way, you can debug with the developer tools on IE8
OR
you can get Firebug Lite and install on your pages to do cross browser debugging.
http://getfirebug.com/lite.html
Upvotes: 1
Reputation: 186752
( I don't have IE 8 ) but it seems obvious... how about the unenclosed start tags on your script elements?
<script type="text/javascript" src="/static/javascript/jquery.easing.1.3.js"</script>
<script type="text/javascript" src="/static/javascript/jqgalscroll.js"</script>
Upvotes: 2