Hi,
Here is a link to the gallery in action and you will see that there is an added space for no particulas reason at the bottom of the gallery??
http://tinyurl.com/6qnbmr
I have been playing around with inserting a SimpleViewer Gallery into one of my websites I am doing. The gallery works fine but somehow the SimpleViewer gallery has added additional space at the bottom of the gallery. This looks like an empty space of about 100px in height, I have tried to tweak the styles in the css code from SimpleViewer but I am only able to move the gallery either upwards or make the main picture larger or smaller with the following code:
<script type="text/javascript">
var fo = new SWFObject("./gallery_1/viewer.swf", "viewer", "98%", "60%", "7", "#331c13");
fo.addVariable("xmlDataPath", "./gallery_1/gallery.xml");
//fo.addVariable("firstImageIndex", "5");
//fo.addVariable("langOpenImage", "Open Image in New Window");
//fo.addVariable("langAbout", "About");
fo.addVariable("preloaderColor", "0xffffff");
fo.addParam("quality", "best");
fo.write("flashcontent");
</script>
It appears that these are the only variables you can change for the gallery taken from the above code:
"98%", "60%", "7"
the css styles for it:
#flashcontent {
width: 100%;
height: 590px;
margin-top:20px;
(modifying the height only moves the gallery up and the top of the gallery starts to fade)
Can this blank space be removed or is it just SimpleViewer gallery the way it displays - I doubt it as I have seen galleries been used by SimpleViewer and the layout does appear that it can be changed to fit a custom layout / div container..
Any suggestions much appreciated, thanks..
|