HELP I got the size and seems the dimensions are OK for at least resolutions up to 1280 x 768 but I have lots of black on the top and bottom. How do i get rid of this.
my logowrapper is set to
Code:
#logoWrapper{
/*background-image: url(../images/headerbg.gif);*/
background-repeat: repeat-x;
background-color: #000000;
height:140px;
margin: 0em;
padding: 0em;
}
I have this set in my tpl_header.php
Code:
if ($current_page_base == 'index') {
require($template->get_template_dir('top_main.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/top_main.php'); }
else {
require($template->get_template_dir('top.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/top.php'); }?>
My top_main.php is where the flash file is located and that looks like this.
Code:
<div><script type="text/javascript" src="includes/templates/arch_shoppe/jscipt/swfobject.js"></script>
<div id="flashcontent">
<center>
<embed
src="stxbanner.swf"
width=100%
height=100%
allowscriptaccess="always"
allowfullscreen="true"
/>
</center>
I have tried many other techniques even the swfobject 2.0 and can't seem to get it working correctly. Any thoughts on how to get this correct. I am a newbie and need explanation. Thanks for your time!!
Bookmarks