Hey, So i had a bit of trouble - the guy who helped with banner, has explained what we've been trying to do below....
We are trying to place an HTML table above the banner in the index.tpl file
1) We curently have the navigation and header graphic functional within an html file, this file contains a table behind which is a background image (our web site title header/ banner).
2) This layout also contains an embedded flash movie (.swf) with a transparent background, this is out main navigation.
This is embedded in the html using the code below and aligned using an external style (.css) sheet, this html code not only embeds the flash movie but it also tells the browser to display it's background and as transparent. The flash movie is embedded in a layer that sits above the table.
3) The flash embed code:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
http://fpdownload.macromedia.com/pub/sh ... on=8,0,0,0" name="shows-navigation-tranparent" width="851" height="300" align="top" class="flash-navigation" id="shows-navigation-tranparent">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="flash/navigation-tranparent.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="bgcolor" value="#000000" />
<param name="SCALE" value="exactfit" />
<embed src="flash/navigation-tranparent.swf" width="851" height="300" align="top" quality="high" wmode="transparent" bgcolor="#000000" name="navigation-tranparent" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="
http://www.macromedia.com/go/getflashplayer" scale="exactfit" />
</object>
3) The positioning of the .swf and the header graphic are controlled by the external style sheet.
Any ideas how/where we can place this code?
Many thanks,
James