HTML5 Slideshow Support Product Page

Solved

Bugs in Explorer 9

Reported 25 Aug 2011 20:35:31
1
has this problem
25 Aug 2011 20:35:31 Dan Berdusco posted:
Hi everyone,

I'm experiencing some bugs in displaying the HTML5 slideshow in what I believe is only Explorer 9. If you check out this URL, www.visitlethbridge.com in any other browser, both the slideshows appear as they should (Chrome, Firefox).
However, the same page when viewed in Explorer doesn't show the description, and also displays the controls incorrectly.
Is there a tweak in the code that I can do to display this correctly in IE9?
Thank you! I can post code if need be.

Replies

Replied 29 Aug 2011 10:29:18
29 Aug 2011 10:29:18 Teodor Kuduschiev replied:
Hello Dan,

For some reason the following code, which should be inside the <head></head> tags is outside them:

<link rel="stylesheet" type="text/css" href="Styles/dmxHTML5Slideshow.css" />
<script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>
<script type="text/javascript" src="ScriptLibrary/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="ScriptLibrary/dmxHTML5Slideshow.js"></script>

<link rel="stylesheet" type="text/css" href="../Visit Lethbridge 2011 Campaign/2011 Website/www.visitlethbridge.com/Styles/dmxHTML5Slideshow.css" />
<script type="text/javascript" src="../Visit Lethbridge 2011 Campaign/2011 Website/www.visitlethbridge.com/ScriptLibrary/jquery-latest.pack.js"></script>
<script type="text/javascript" src="../Visit Lethbridge 2011 Campaign/2011 Website/www.visitlethbridge.com/ScriptLibrary/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="../Visit Lethbridge 2011 Campaign/2011 Website/www.visitlethbridge.com/ScriptLibrary/dmxHTML5Slideshow.js"></script>


Also - as you ca see these are duplicated entries - please remove them from your code as they point to a wrong path:


<link rel="stylesheet" type="text/css" href="../Visit Lethbridge 2011 Campaign/2011 Website/www.visitlethbridge.com/Styles/dmxHTML5Slideshow.css" />
<script type="text/javascript" src="../Visit Lethbridge 2011 Campaign/2011 Website/www.visitlethbridge.com/ScriptLibrary/jquery-latest.pack.js"></script>
<script type="text/javascript" src="../Visit Lethbridge 2011 Campaign/2011 Website/www.visitlethbridge.com/ScriptLibrary/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="../Visit Lethbridge 2011 Campaign/2011 Website/www.visitlethbridge.com/ScriptLibrary/dmxHTML5Slideshow.js"></script>

Reply to this topic