hello,
can anybody help me please?
how do i get this .swf to display properly in IE, it works fine in safari and firefox. the idea is to center it with the edges hanging off the page.
many thanks.
<style type="text/css">
<!--
.newsflash {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-repeat: repeat-y;
background-position: center 300px ;
background-image: url(templates/redonwhite/images/rpt_bg.jpg);
}
.Stil2 {color: #000000}
.Stil3 {color: #FFFFFF}
-->
</style>
</head>
<body>
<div style="text-align:center">
<div style="margin:0 auto; overflow:hidden; width:680px; position: relative; left:-460px">
<!-- begin embedded Flash file... -->
<OBJECT classid='clsid27CDB6E-AE6D-11cf-96B8-444553540000'
codebase=' width="1600" height="300">
<param name='movie' value=" <param name='quality' value="high">
<param name='bgcolor' value='#FFFFFF'>
<param name='loop' value="false">
<EMBED src=" quality='high' bgcolor='#FFFFFF' width="1600"
height="300" loop="false" type='application/x-shockwave-flash'
pluginspage=' </EMBED>
</OBJECT>
<!-- ...end embedded Flash file -->
</div>
<div style="text-align:left; width: 680px;margin:0 auto">
<!-- <table border="1">
<tr>
<td valign="top" align="center"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">table1 <br />
<br />
<?php mosLoadModules ( 'user5', -1 ); ?>
</font></td>
<td> </td>
</tr>
</table> -->
<!-- <table class="newsflash" border="1" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>table2 <div id="newsflash" class="newsflash">
<?php mosLoadModules ( 'top' ); ?>
</div></td>
</tr>
</table> -->
<table width="670" border="0px" cellspacing="0" cellpadding="0">
<tr>
<td valign="top" width="130px"><?php mosLoadModules ( 'left' ); ?> </td>
<td align="center" valign="top" width="15px" style="background: url(templates/redonwhite/images/dot2.gif)"> </td>
<td align="left" valign="top" width="535px"><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><strong><?php mosPathWay(); ?> </strong></font> <br />
<?php include ("mainbody.php"); ?></td>
</tr>
</table>
<!-- <table border="1">
<tr>
<td valign="top">table4<div align="center"><span class="copyright Stil3"><font face="Arial, Helvetica, sans-serif"><font face="Arial, Helvetica, sans-serif">© </font><?php echo $mosConfig_sitename; ?> 2007</font></span></div></td>
</tr>
</table> -->
</div>
can anybody help me please?
how do i get this .swf to display properly in IE, it works fine in safari and firefox. the idea is to center it with the edges hanging off the page.
many thanks.
<style type="text/css">
<!--
.newsflash {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-repeat: repeat-y;
background-position: center 300px ;
background-image: url(templates/redonwhite/images/rpt_bg.jpg);
}
.Stil2 {color: #000000}
.Stil3 {color: #FFFFFF}
-->
</style>
</head>
<body>
<div style="text-align:center">
<div style="margin:0 auto; overflow:hidden; width:680px; position: relative; left:-460px">
<!-- begin embedded Flash file... -->
<OBJECT classid='clsid27CDB6E-AE6D-11cf-96B8-444553540000'
codebase=' width="1600" height="300">
<param name='movie' value=" <param name='quality' value="high">
<param name='bgcolor' value='#FFFFFF'>
<param name='loop' value="false">
<EMBED src=" quality='high' bgcolor='#FFFFFF' width="1600"
height="300" loop="false" type='application/x-shockwave-flash'
pluginspage=' </EMBED>
</OBJECT>
<!-- ...end embedded Flash file -->
</div>
<div style="text-align:left; width: 680px;margin:0 auto">
<!-- <table border="1">
<tr>
<td valign="top" align="center"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">table1 <br />
<br />
<?php mosLoadModules ( 'user5', -1 ); ?>
</font></td>
<td> </td>
</tr>
</table> -->
<!-- <table class="newsflash" border="1" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>table2 <div id="newsflash" class="newsflash">
<?php mosLoadModules ( 'top' ); ?>
</div></td>
</tr>
</table> -->
<table width="670" border="0px" cellspacing="0" cellpadding="0">
<tr>
<td valign="top" width="130px"><?php mosLoadModules ( 'left' ); ?> </td>
<td align="center" valign="top" width="15px" style="background: url(templates/redonwhite/images/dot2.gif)"> </td>
<td align="left" valign="top" width="535px"><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><strong><?php mosPathWay(); ?> </strong></font> <br />
<?php include ("mainbody.php"); ?></td>
</tr>
</table>
<!-- <table border="1">
<tr>
<td valign="top">table4<div align="center"><span class="copyright Stil3"><font face="Arial, Helvetica, sans-serif"><font face="Arial, Helvetica, sans-serif">© </font><?php echo $mosConfig_sitename; ?> 2007</font></span></div></td>
</tr>
</table> -->
</div>