I have a menu which uses js to make some sub-items hidden and show when the mouse rolls over. It works as a stand alone when I display in the browser:
Code:
http://www.lusciousdelights.com/menunavrev.php
But when I try adding to a page with this code:
Code:
<?php include("/home/luscious/public_html/menunavrev.php") ?>
the script does not seem to work:
Code:
http://www.lusciousdelights.com/linklist/amateurt.php
Is there some way I can make this work?
Thanks!