Thread: javascript menu
View Single Post
  #5  
Old 06-03-2007, 09:50 PM
 
amcc amcc is offline
 

Advanced Member
  
Join Date: May 2007
Posts: 73
 

Default Re: javascript menu

Cheers that worked a treat. I also have a flash object in the same table above the menu but it won't appear:

http://www.qualityfoodproducts.com/shop/home.php

I applied the same principles. I think the problem may lie in the code within the table where the flash object sits. Currently I have it in head.tpl as:

<tr>
<td><script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','800','heigh t','75','title','header','src','flash/header','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','flash/header' ); //end AC code
</script><noscript><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="800" height="75" title="header">
<param name="movie" value="http://www.qualityfoodproducts.com/flash/header.swf" />
<param name="quality" value="high" />
<embed src="http://www.qualityfoodproducts.com/flash/header.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="800" height="75"></embed>
</object></noscript></td>
</tr>


Are you able to spot the problem?
__________________
X-Cart Pro 4.1.8
Reply With Quote