Hello everyone, i have a little problem. On my site at http://www.blacknmild.frih.net you will see right below the header graphic i have a little java script to hide and show my menu to the left. It works just fine but the problem is that when your not on the main index page it automatically redirects you to the main index page. The link when you click the hide/show is http://www.blacknmild.frih.net/# How can i make this work on every page other then just the main index page? I need it to know the pathway as you browse the site so that it will automatically update the link for each page. Heres the code for the script thats in my main template page Thanks for all your help i appreciate it a lot!
| Code: |
| <div id="pathway_text">
<a href="#" onclick="opacity.toggle();"></a> <a href="#" onclick="fadesize.toggle('width');"><img src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/showhide.png" id="showhide" border="0"></a><?php mosPathWay(); ?> </div> |
