Problem with Logo / Menu in IE

Started by mklv, January 11, 2005, 11:42:30 AM

Previous topic - Next topic

mklv

Hi all,

I have a problem with my forum layout.
IE shows the menu smaller than FireFox & Opera.
I want to have it big in IE, just like in Opera and Firefox

in FireFox & Opera


in IE


Does someone know's how to fix this?


This is the code for the menu i use:
// The logo, user information, news, and menu.
   echo '
   <table cellspacing="0" cellpadding="0" border="0" align="center" width="95%" class="tborder">
      <tr style="background-color: #000000;">
         <td valign="middle" align="left">  
         <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="hxxp:download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0 [nonactive]" width="600" height="100" align="middle">
            <param name="movie" value="hxxp:www.desertstudios.nl/forum/menu.swf [nonactive]" />
            <param name=quality value=high />
            <embed src="hxxp:www.desertstudios.nl/forum/menu.swf [nonactive]" width="700" height="125" align="middle" quality=high pluginspage="hxxp:www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash [nonactive]" type="application/x-shockwave-flash"></embed>
          </object>
      </td>



Jack.R.Abbit™

I don't know much about flash and how each browser handles it but it looks like you have two different size definitions for the flash.  Perhaps FireFox and Opera are seeing the larger one while IE is seeing the smaller one.

[Unknown]

Yes, looks like an embed vs. object issue to me.

-[Unknown]

Advertisement: