Hi there,
Can you help me with my problem, I have a flashmenu on my page.
http://www.mayamaya.com, everything is centered on both Firefox and Chrome browser, except for internet explorer in which the image is aligned to the far right. Attached is the screenshots on two browsers.
Screenshot on IE:
Screenshot on firefox
It has the following codes:
<div id="FlashMenuLabs" style="position: absolute; top: 258px; padding-left: 0px; z-index: 10;"><embed type="application/x-shockwave-flash" src="menu.swf" style="" id="menu" name="menu" bgcolor="#000000" quality="high" wmode="transparent" scale="noscale" salign="TL" height="220" width="754"></div>
<script type="text/javascript">
var so = new SWFObject("menu.swf", "menu", "748", "160", "8", "#000000");
//so.addVariable("page_code", "1");
so.addParam("wmode", "transparent");
so.addParam("scale", "noscale");
so.addParam("salign", "TL");
so.write("FlashMenuLabs");
</script>
I hope someone will notice my post, thanks in advance.