PDA

View Full Version : Flash header


nikosb
03-21-2009, 05:50 PM
I have vb 3.8.1

With explorer looks like this (Attach Files)

And with mozilla like this. (Attach Files)

Can you please tell me what i do wrong and i have this resault.....

my header template
<!-- logo -->
<a name="top"></a>
<table border="20" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[center]">

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="880" height="195">
<param name="movie" value="http://www.supa.gr/forums/images/glacier_header.swf">
<param name="quality" value="high">
<param name=wmode value=transparent
<embed src="http://www.supa.gr/forums/images/glacier_header.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="880" height="195" wmode="transparent"></embed>
</object>
</td>

</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open

$_phpinclude_output


I want the border white...

my url (http://www.supa.gr/forums)
Thanks in advance for any help!

Attitude5ire
03-23-2009, 07:02 PM
Looks like your Table border.. Both ie and firefox render border effects slightly different.
Try changing border style to inset or groove. Still wont be exactly same, you can try simple solid border