Smart Folding Menu Tree Script
http://www.dynamicdrive.com/dynamicindex1/navigate1.htm
Hi,
I'm developing a site and have been trying to get this script works for the site. I put all the Smart Folding Menu Tree codes in one html file - suppose that the name was menu.html - then, I open menu.html on IE, and it works just fine. But when I include it in another html file, say, content.html using SSI tag <!--#include virtual="menu.html" --> a problem occur. Everything looks fine except that I can't click on my folder image to open the submenu. The submenu will be open only when I click on the text of the folder.
I also try putting all the menu codes in the content.html file, but the problem remains. I'm curious if the problem happened because all the codes are in a <td> tag. Is there any problem using these codes in a table?
Here's what my content.html looks like around my folding menu tree codes:
Code:<table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="230" valign="top" background="../../../images/left_bg.jpg"><br> <!--#include virtual="../menu.html" --> </td> </tr> </table>



Reply With Quote


Bookmarks