sub sub menu flickers and unusable

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
jay_doggie
Beginner
Beginner
Posts: 4
Joined: Mon Feb 26, 2007 2:03 am

sub sub menu flickers and unusable

Post by jay_doggie »

Here's the site in question:

http://maxima.websitewelcome.com/~diocesew

To see the problem, go under "Our Diocese" -> "Bishop" -> [i]this submenu[/i]. The problem is that the submenu that pops up under "bishop" moves to the right immediately on hover and I can't use it.

Please help!
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

Your showmenu under Bishop is

Code: Select all

aI("showmenu=800_801;text= Bishop ;url=?content=801; ");
So that submenu opens up, and is positioned correctly, but then when you try to mouseover any item, all the items have the same showmenu call, that 800_801, so that 800_801 submenu reopens itself and tries to position itself next to itself.

I have no idea how many times I've done something like that since I use copy, paste and then change menu name and item info.

Ruth
jay_doggie
Beginner
Beginner
Posts: 4
Joined: Mon Feb 26, 2007 2:03 am

pure genius

Post by jay_doggie »

thanks so much! it works perfectly now. it's always nice to have another pair of eyes on the code to catch crazy things like that.
Post Reply