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
Unlimited Level Menus + frame based menu (solved)
Unlimited Level Menus + frame based menu (solved)
Last edited by spock2005 on Tue Nov 27, 2007 8:12 pm, edited 6 times in total.
Re: Unlimited Level Menus + frame based menu
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.
John
Re: Unlimited Level Menus + frame based menu
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
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
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
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
The menu disappears after stories , localsport in Mozilla Firefox and in Opera
Re: Unlimited Level Menus + frame based menu
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.
Let us know here when you're ready and we'll go from there.
John
Re: Unlimited Level Menus + frame based menu
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
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
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
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
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: Select all
aI("text=Localsport;showmenu=sub1.8;url=localsport.html;target=body;");
Ruth