Latest vertical menu version not working correct? [SOLVED]
-
- Super Advanced
- Posts: 44
- Joined: Sat Nov 18, 2006 9:49 am
- Location: Schoonoord, The Netherlands
- Contact:
Latest vertical menu version not working correct? [SOLVED]
Installed:
milonic_src.js
mmenudom.js
mmenuns4.js
of version 5.770 plain text vertical menu, but it only worked once. After that the submenus didn't show anymore, so I replaced the new files with the old ones again.
Using Windows Xp Sp2, Firefox 2.
My site.
milonic_src.js
mmenudom.js
mmenuns4.js
of version 5.770 plain text vertical menu, but it only worked once. After that the submenus didn't show anymore, so I replaced the new files with the old ones again.
Using Windows Xp Sp2, Firefox 2.
My site.
-
- Super Advanced
- Posts: 44
- Joined: Sat Nov 18, 2006 9:49 am
- Location: Schoonoord, The Netherlands
- Contact:
Thanks for the answers.
I believe there must be something wrong with my 'computer'.
Sometimes things, not only the Milonic menu, are working fine and other times they don't.
I installed the new files and the submenu's didn't show.
Reinstalled the old files; all worked well.
Installed the new files and again the submenus didn't show.
Reinstalled the old files and all worked well.
Installed the new files once again and ............. now all works fine.
I'm puzzled!!
I believe there must be something wrong with my 'computer'.
Sometimes things, not only the Milonic menu, are working fine and other times they don't.
I installed the new files and the submenu's didn't show.
Reinstalled the old files; all worked well.
Installed the new files and again the submenus didn't show.
Reinstalled the old files and all worked well.
Installed the new files once again and ............. now all works fine.
I'm puzzled!!
-
- Super Advanced
- Posts: 44
- Joined: Sat Nov 18, 2006 9:49 am
- Location: Schoonoord, The Netherlands
- Contact:
Again it doesn't work the way it should.
If I open this and place the cursor on a menu item the submenu pops up correct (don't click on any of the submenus).
Now if I scroll down a bit and put the cursor on a menu item, the submenu pops up further down below.
If I scroll down to the bottom of the page, the submenus pop up outside the screen
If I scroll back to the top; they are correct again!
Refresh (F5) has no effect.
I'm using Windows XP sp2, Firefox 2.0.0.2 or Mozilla 1.7.8., both browsers react the same, but Internet Explorer 6.0.2900. doesn't seem to have this problem.
If I open this and place the cursor on a menu item the submenu pops up correct (don't click on any of the submenus).
Now if I scroll down a bit and put the cursor on a menu item, the submenu pops up further down below.
If I scroll down to the bottom of the page, the submenus pop up outside the screen

If I scroll back to the top; they are correct again!
Refresh (F5) has no effect.
I'm using Windows XP sp2, Firefox 2.0.0.2 or Mozilla 1.7.8., both browsers react the same, but Internet Explorer 6.0.2900. doesn't seem to have this problem.
Hi,
It's the ignore collisions that is causing that. It may be something between that and the followscroll. I'll report it. But if you remove the ignoreCollisions=true; your problem will go away. Also, that doesn't go in the style, it is a global property and goes at the top where the subOffset are.
Ruth
It's the ignore collisions that is causing that. It may be something between that and the followscroll. I'll report it. But if you remove the ignoreCollisions=true; your problem will go away. Also, that doesn't go in the style, it is a global property and goes at the top where the subOffset are.
Ruth
-
- Super Advanced
- Posts: 44
- Joined: Sat Nov 18, 2006 9:49 am
- Location: Schoonoord, The Netherlands
- Contact:
I found some nice problem again.
Here you can see my menu. As far as I know it works wonderful!
Now here is the same menu again, but I added "orientation=horizontal" to the first item. (Don't use any of the links!)
As long as you don't scroll down the page it works fine, but when you scroll down the submenu's opens lower or even outside the screen.
Is there anything that can be done about it?
Here you can see my menu. As far as I know it works wonderful!
Now here is the same menu again, but I added "orientation=horizontal" to the first item. (Don't use any of the links!)
As long as you don't scroll down the page it works fine, but when you scroll down the submenu's opens lower or even outside the screen.
Is there anything that can be done about it?
Hi,
Well, it seems when you make that menu horizontal, and have it followscroll, then the overflow='scroll'; in the style area is causing the problem. I removed it from the different styles, then used it in that Index menu and it seemed to work OK. You'll have to test it on the OS and browsers you listed.
I've reported it to Milonic.
Ruth
Well, it seems when you make that menu horizontal, and have it followscroll, then the overflow='scroll'; in the style area is causing the problem. I removed it from the different styles, then used it in that Index menu and it seemed to work OK. You'll have to test it on the OS and browsers you listed.
I've reported it to Milonic.
Ruth