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!
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!
( 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>
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.