1
Hi all
I have noticed that on my site
http://www.itmsystems.com.au the tigra menu that i successgully use with IE6 is hiding behind the main page in Firefox.
I am not too familiar with the NN templates but is seems to be falling over on the line with
<{$xoops_js}>
Below it the adapted karate_redux_blue script. the menu JS calls area at the bottom.
Hope someone cangently guide me into the world of making it work Firefox
Cheers
Tony Ayling
<{$xoops_sitename}> - <{$xoops_pagetitle}><{$xoops_module_header}>
<{foreach item=block from=$xoops_lblocks}> <{include file="karate_redux_blue/theme_blockleft.html"}> <{/foreach}> |
<{if $xoops_showcblock == 1}>
<{foreach item=block from=$xoops_ccblocks}> <{include file="karate_redux_blue/theme_blockcenter_c.html"}> <{/foreach}>
|
<{foreach item=block from=$xoops_clblocks}> <{include file="karate_redux_blue/theme_blockcenter_l.html"}> <{/foreach}> |
<{foreach item=block from=$xoops_crblocks}> <{include file="karate_redux_blue/theme_blockcenter_r.html"}> <{/foreach}> |
<{/if}>
<{$xoops_contents}> |
<{if $xoops_showrblock == 1}>
<{foreach item=block from=$xoops_rblocks}> <{include file="karate_redux_blue/theme_blockright.html"}> <{/foreach}> |
<{/if}>