Thanks for the info...I was using the Switch Menu originally, but I didn't find any way to enable more than 2 levels of navigation...I think your second link has fixed it though
thank you! I'll try it and get back if I have any problems.
Edit: Okay, looks good, except for one thing. It wants to have fold.gif, open.gif etc defined, and whenever you click on one of my images, there's a X. I'm not using the images provided in the SMFT script...or any other 'bullet' images at the front of the list...I've got this sort of thing:
Code:
<ul align=center>
<li id="foldheader"><img src="images/products.gif" srcover="images/products_over.gif"></li>
<ul id="foldinglist" class=none style="display:none" style=&{head};>
<li id="foldheader"><img src="images/nav/3dmodelling_off.gif" border=0 srcover="images/nav/3dmodelling_on.gif" width=162 height=22></li>
<ul id="foldinglist" class=none style="display:none" style=&{head};>
<li><a href="javascript:load('ais.html')"><img src="images/nav/ais_on.gif" border=0 srcover="images/nav/ais_off.gif" width=162 height=22></a></li>
<li><a href="javascript:load('aip.html')"><img src="images/nav/aip_on.gif" border=0 srcover="images/nav/aip_off.gif" width=162 height=22></a></li>
</ul>
...etc
so basically I have images representing the words for the menu.
Your modification looked perfect, it had 3 levels and it was collapsing a level once a user had selected another heading...but I can't get my head around the images thing.
So, is there a way to edit your second code, so that you can use images instead of words as menu buttons?
Thanks for any help,
Minnn
Bookmarks