Unlimited Level Menus + frame based menu (solved)

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
spock2005
Beginner
Beginner
Posts: 4
Joined: Tue Nov 20, 2007 1:21 pm

Unlimited Level Menus + frame based menu (solved)

Post by spock2005 »

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
Last edited by spock2005 on Tue Nov 27, 2007 8:12 pm, edited 6 times in total.
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Re: Unlimited Level Menus + frame based menu

Post by John »

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
spock2005
Beginner
Beginner
Posts: 4
Joined: Tue Nov 20, 2007 1:21 pm

Re: Unlimited Level Menus + frame based menu

Post by spock2005 »

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
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Re: Unlimited Level Menus + frame based menu

Post by Ruth »

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
spock2005
Beginner
Beginner
Posts: 4
Joined: Tue Nov 20, 2007 1:21 pm

Re: Unlimited Level Menus + frame based menu

Post by spock2005 »

The menu disappears after stories , localsport in Mozilla Firefox and in Opera
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Re: Unlimited Level Menus + frame based menu

Post by John »

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.
John
spock2005
Beginner
Beginner
Posts: 4
Joined: Tue Nov 20, 2007 1:21 pm

Re: Unlimited Level Menus + frame based menu

Post by spock2005 »

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
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Re: Unlimited Level Menus + frame based menu

Post by Ruth »

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: Select all

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
Post Reply