Topic: Center autoview
Hi to all of you,
I am new and just started working with the autoview player today. Is there a possilbility to center the palyer underneath the header. I tried several things but nothing is happening...
Here my html code:
<div id="content">
<script type="text/javascript" src="swfobject.js"></script>
<div id="flashcontent">AutoViewer requires JavaScript and the Flash Player.<a href="http://www.macromedia.com/go/getflashplayer/">Get Flash.</a></div>
<script type="text/javascript">
var fo = new SWFObject("autoviewer.swf", "autoviewer", "700", "500", "8", "#000000");
//Optional Configuration
fo.addVariable("xmlURL", "gallery.xml");
fo.write("flashcontent");
</script>
and the css:
#gallerie {
margin-top:auto;
margin-left:auto;
}
as mentioned before I tried several settings in the html and also in the css but the position of the gallerie is always the same.
thanks in advance
Joerg