Topic: Simpleviewer gallery background in IE8 is white
Hi there,
I recently bought the Simpleviewer Pro software. A nice feature to build my galleries.
At home I checked the galleries in IE9 and Chrome 18.0.1025.168. In both explorers the galleries worked fine.
However in IE8 at work the galleries do have a white background. This is not what I want.
During the build of my website (www.kijkopfotografie.nl) I ran into an issue in which the website menu was overlapped by the simpleviewer galleries. By setting the "Background Transparent" to "Yes" the problem was solved. I have as Background Color setting the color black (#000000). The galleries are put into the website via the <iframe> code.
Can you help me to solve this problem?
Thanks in advance.
Regards,
Marcel Peekel
EDIT: When I (offline at my own pc) turn of the background transparency a curious thing happens. When I visit the "Kijk op AWD" gallery under "Workshop" the menu is falling behind the simpleviewer gallery. When I than visit the "Landschappen" gallery under "Gallery" the menu is back on top of the simpleviewer gallery. When I go back to the "Kijk op AWD" gallery it falls behind the simpleviewer gallery again.
EDIT2: Just found at this place "http://www.simpleviewer.net/simpleviewe … tml#params" advice to set the Background Color to "transparent". The embed setting was Background color = "000000". Background transparency = "No". Next I did the following:
The code of "index.html" of the simpleviewer gallery itself was:
<!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>Kijk op de AWD</title>
</head>
<body>
<!--START SIMPLEVIEWER EMBED -->
<script type="text/javascript" src="svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
simpleviewer.ready(function () {
simpleviewer.load('sv-container', '900', '600', '000000', true, null, null, null, false);
});
</script>
<div id="sv-container"></div>
<!--END SIMPLEVIEWER EMBED -->
</body>
</html>
I changed directly in the code (without using svBuilder) the simpleviewer.load line to the following:"
simpleviewer.load('sv-container', '900', '600', 'transparent', true, null, null, null, false);
That worked out fine.
However when I use svBuilder again to update my gallery with a new picture the menu drops again behind the simpleviewer gallery.