Hi,
I gave up for the moment. I think the script conflicts too much.
This is in index.php in the template:
<link href=”<?php echo $ja_template_path;?>/css/colors/<?php echo $ja_color; ?>.css” rel=”stylesheet” type=”text/css” />
<script language=”javascript” type=”text/javascript” src=”<?php echo $ja_template_path;?>/scripts/opacity.js”></script>
<script language=”javascript” type=”text/javascript” src=”<?php echo $ja_template_path;?>/scripts/prototype.lite.js”></script>
<script language=”javascript” type=”text/javascript” src=”<?php echo $ja_template_path;?>/scripts/moo.fx.js”></script>
<script language=”javascript” type=”text/javascript” src=”<?php echo $ja_template_path;?>/scripts/moo.fx.pack.js”></script>
<script language=”javascript” type=”text/javascript” src=”<?php echo $ja_template_path;?>/scripts/moo.scroller.js”></script>
</head>
And the go to top link:
<blockquote>ul>
<li><a href=”#Top” title=”Go to top” style=”text-decoration: none;”><img src=”<?php echo $ja_template_path;?>/images/top.gif” title=”Goto top” alt=”Goto top” /></a></li>
</ul>
</div></div><div class=”clr”></div></blockquote>
Thank you