My menu is trembling in netscape 6

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
crawley
Advanced
Advanced
Posts: 24
Joined: Tue Sep 17, 2002 2:22 pm
Contact:

My menu is trembling in netscape 6

Post by crawley »

I have moved the code up and down and round and round but when I run the 'following' menu with a simple text scroller the only way I can get it to display in netscape is to put the script after the scroller script and then the menu 'trembles' - any ideas? see http://www.curzoncinemas.com/index5.htm
I've stripped the page of almost everything else and still its 'scared'.

Any ideas anyone?
Sharon
patglenn
Beginner
Beginner
Posts: 2
Joined: Wed Oct 30, 2002 11:21 pm

Post by patglenn »

I tested your page in NS6.2 and it works fine, jus so ya know ;)
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

Hi Crawley

Only one minor suggestion: I see that you're using v3.5.03 of mmenu.js. You might try getting the latest version (3.5.07)... I noticed in the version notes that there was some flickering problem that was fixed in 3.5.05 (it was specifically for flickering of submenus in NS6 using frames, but who knows... maybe yours is another side effect. Worth a shot anyway).

Kevin
User avatar
trytrix
Super Advanced
Super Advanced
Posts: 92
Joined: Thu Sep 26, 2002 9:46 pm
Location: Flanders / Belgium
Contact:

Post by trytrix »

Hi,

I think this phenomenon is not only related to Netscape or the menu version !

Code: Select all

addmenu(menu=[
"Mainmenu",                   // Menu Name - This is needed in order for this menu to be called
250,                          // Menu Top - The Top position of this menu in pixels
5,                            // Menu Left - The Left position of this menu in pixels
25,                           // Menu Width - Menus width in pixels
1,                            // Menu Border Width
"left:middle",  // Screen Position - here you can use "center; left; right; middle; top; bottom"  or a combination
,
.....
Recently, I accidentally combined "Menu top" and "Screen position". Result : menu trembles !!

Cheers,
Trytrix

(One is never to old to learn)
You're Never Fully Dressed Without A :D Smile !

"From Image Flanders, one of Europe's most dynamic regions" - Visit : http://www.toerismevlaanderen.be
Post Reply