Search found 7 matches

by Raggers
Sat Jun 15, 2002 9:21 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Margins in IE for Mac
Replies: 2
Views: 2741

The same problem arises in Opera 6 under Windows. It's really annoying. What I did to solve the problem is: place the
<script type="text/javascript" src="javascript/menu_array.js"></script>
<script type="text/javascript" src="javascript/mmenu.js"></script>
in the body instead of the head section ...
by Raggers
Sat May 25, 2002 10:32 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: "buttons" widths and tranparency
Replies: 3
Views: 3380

Did you try to place the menu in a 649 px wide table cell? And then set the menu width to 100%.
by Raggers
Fri May 24, 2002 7:57 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: How to upgrade?
Replies: 1
Views: 2336

How to upgrade?

Probably a silly question but I just want to be sure: how do I upgrade to a newer version of the menu? Do I simply replace both .js-files? How does one keep the old settings?

Thanks in advance,
Raggers
by Raggers
Fri May 24, 2002 7:53 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: "buttons" widths and tranparency
Replies: 3
Views: 3380

1. Set opacity to 100 in

Code: Select all

effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)
2. Do not set a width at all. The menu will adjust itself to the space needed.
by Raggers
Fri May 24, 2002 7:50 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Urgent cross browser issues
Replies: 4
Views: 4247

It looks perfectly OK in my Opera 6.0 under Win XP Pro. I don't see your problem. There is no transparency and no shadows, but hey, that's Opera. Those things can only be enjoyed in IE 5.5+

HTH
Raggers
by Raggers
Thu May 23, 2002 6:53 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: IE 5.0 on Mac
Replies: 2
Views: 3111

I had the exact same thing with Opera 6.01 under Windows. I solved it by placing the

<script language=JavaScript src="menu_array.js" type=text/javascript></script>
<script language=JavaScript src="mmenu.js" type=text/javascript></script>

part inside the body, and (important!), at the end, just ...
by Raggers
Wed May 22, 2002 7:46 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: New version: how to make the upgrade.
Replies: 1
Views: 3793

New version: how to make the upgrade.

I noticed a new version is out today (3.4.06). My question is: how exactly do I make the upgrade from an older version? How do I keep my old settings in a comfortable manner? Do I have to change both mmenu.js and menu_array.js?

One other question: is this a beta or a regular? How can I tell?

That ...