Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:26
Unlimited Level Menus + frame based menu (solved)
Poster: spock2005
Dated: Tuesday November 20 2007 - 15:00:00 GMT
Can any1 help how do u do a frame base menu with unlimited levels
allso how to get a link on a sub menu , and anouther level
Re: Unlimited Level Menus + frame based menu
Poster: John
Dated: Tuesday November 20 2007 - 21:13:35 GMT
Easy to do, but a URL will help us see exactly how you have your page set up. Makes it easier for us to give answers.
Re: Unlimited Level Menus + frame based menu
Poster: spock2005
Dated: Wednesday November 21 2007 - 23:35:02 GMT
url is http://www.gummy2.eclipse.co.uk/
the menu disappears after stories , localsport in Mozilla Firefox yet it works in IE
I am useing frames when i change the screen resolution , the sub menu is not in the same place
it seems when i change cols="14%,*" to cols="129,*" in the frameset and change the screen resolution its fine
Re: Unlimited Level Menus + frame based menu
Poster: Ruth
Dated: Friday November 23 2007 - 20:03:40 GMT
Hi,
I don't understand the problem. I can see the submenus for local sports and from that I see a submenu that says football. In the other item that opens a submenu I see one that has a link to poems and when I click it it loads a page with poems on it, The Poppy and Bread something.
It seems to be working fine, I'm on IE6.
Ruth
Re: Unlimited Level Menus + frame based menu
Poster: spock2005
Dated: Saturday November 24 2007 - 19:27:36 GMT
The menu disappears after stories , localsport in Mozilla Firefox and in Opera
Re: Unlimited Level Menus + frame based menu
Poster: John
Dated: Monday November 26 2007 - 14:43:49 GMT
Please bring your menu code files up to current level. You're running v5.760, current (which is required for help here in the forum) is v5.786.
Let us know here when you're ready and we'll go from there.
Re: Unlimited Level Menus + frame based menu
Poster: spock2005
Dated: Monday November 26 2007 - 16:10:42 GMT
Hi John
I have done the upgrade to the lastest version but the problem is still there.
only now it happens in Mozilla Firefox , Opera and IE
Re: Unlimited Level Menus + frame based menu
Poster: Ruth
Dated: Monday November 26 2007 - 19:20:58 GMT
Hi,
In the submenu Stories, you seem to have set up the item localsport to open a submenu but you have coded that item as if it were in a different frame. Change this
[codeaI("text=Localsport;showmenu=sub1.8;url=localsport.html;target=body;onfunction=openSubmenu();offfunction=closeSubmenu();");][/code]
To this
Code:
aI("text=Localsport;showmenu=sub1.8;url=localsport.html;target=body;");
Do the same thing for the Visitorsstories item that also call that on and off function. That is only required when you are opening a submenu into a different frame.
Ruth