Topic: svBuilder-Pro 2.1.0 not working with Internet Explorer 8 properly
I recently purchased the product and went to create a sample gallery and found that as many other posting here that Firefox works fine but Internet Explorer (at least version 8) does not.
This is a very simple test just to confirm the issue and find a resolution.
I'm using svBuilder-Pro v2.1.0 on Windows 7 Pro x64 and IE8
I'm using the lastest version of Flash: 10.1.85.3 as tested on Adobe site
http://www.adobe.com/software/flash/about/
My site test link: http://digitalcamerashoots.com/sites/ga … index.html
Changed Doctype and that made no difference either.
Original code generated by svBuilder: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
Replaced with code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
Site validation from http://validator.w3.org/
Congratulations
The document located at http://digitalcamerashoots.com/sites/ga … index.html
was successfully checked as HTML 4.01 Strict.
This means that the resource in question identified itself as "HTML 4.01 Strict" and that we successfully performed a formal validation using an SGML, HTML5 and/or XML Parser(s) (depending on the markup language used).
Files and folders uploaded as created and permissions checked
gallery.xml
index.html
---images
ocean.jpg
ocean2.jpg
---svcore
¦ full.html
¦
+---css
¦ simpleviewer.css
¦
+---img
¦ assets.png
¦ caption-bg.png
¦ empty-pixel.png
¦ spinner.gif
¦
+---js
¦ jquery-1.3.2.min.js
¦ simpleviewer.js
¦ swfobject.js
¦
+---swf
simpleviewer.swf
simpleviewer_icc.swf
---thumbs
ocean.jpg
ocean2.jpg
Page source for index.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>SimpleViewer Gallery</title>
</head>
<body>
<!--START SIMPLEVIEWER EMBED -->
<script type="text/javascript" src="svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
$(document).ready(function () {
SV.simpleviewer.load('sv-container', '100%', '100%', '222222',true);
});
</script>
<div id="sv-container"></div>
<!--END SIMPLEVIEWER EMBED -->
</body>
</html>
Please assist in helping to correct what is wrong and fix it for IE8. I have made no changes besides the Doctype for testing which did not help.
This is core basic code automatically generated from the latest version of svBuilder-Pro 2.1.0, so one would expect it to work with IE/FF/SF browsers out of the box.
Thank you for your help with this.