Flash Header Menu in template - Joomla! Forum - community, help and support
i'm installed , modified joomla1.5 template company's new site, , added flash header menu it. of seems working properly, runs flawlessly on xampp local, uploads correctly, , has no browser compatibility issues. problem this:
in css template, assigned flash module "art-header", , adjusted styles accordingly. in templates index.php, embedded flash module in div tag "art-header". reason, no matter do, flash file loads 3-4 pixels off of center.
this can viewed @ http://premierwaterremoval.com/dir/
my css "art-header":
div in php page:
any appreciated. thanks!
in css template, assigned flash module "art-header", , adjusted styles accordingly. in templates index.php, embedded flash module in div tag "art-header". reason, no matter do, flash file loads 3-4 pixels off of center.
this can viewed @ http://premierwaterremoval.com/dir/
my css "art-header":
code: select all
div.art-header
{ position: absolute;
top: 0px;
left: -3px;
z-index: 0;
width: 885px;
height: 130px;
padding-bottom: 13px;
}
div in php page:
code: select all
<div class="art-header">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="885" height="130" id="top" align="left">
<param name="allowscriptaccess" value="samedomain" />
<param name="allowfullscreen" value="false" />
<param name="movie" value="top.swf" /><param name="quality" value="high" /><param name="salign" value="lt" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#0868a5" /> <embed src="top.swf" quality="high" salign="lt" wmode="transparent" bgcolor="#0868a5" width="885" height="130" name="top" align="left" allowscriptaccess="samedomain" allowfullscreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />
</object>
</div>
any appreciated. thanks!
yes see bug on mozilla well, did tried change width of embeded flash menu .. adjuste header... !?
Comments
Post a Comment