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!
sub sub menu flickers and unusable
-
- Beginner
- Posts: 4
- Joined: Mon Feb 26, 2007 2:03 am
Hi,
Your showmenu under Bishop is
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
Your showmenu under Bishop is
Code: Select all
aI("showmenu=800_801;text= Bishop ;url=?content=801; ");
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
-
- Beginner
- Posts: 4
- Joined: Mon Feb 26, 2007 2:03 am
pure genius
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.