Search found 26 matches

by Scott
Mon Nov 18, 2002 11:35 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Static link demo wich "onclick"
Replies: 10
Views: 7550

Hi Mate.. Nice site btw.. 8) I'm not sure what version of the menu you are using but I've just been having a play with version 3.5.05 and providing you have correctly set the keep alive tags for every menu (think it's the 12th comma along on the line e.g. ,,120,1,"",style1,,"left"...
by Scott
Fri Nov 08, 2002 8:49 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Zone Alarm and menu compatibility
Replies: 4
Views: 3296

I was running Zone Alarm standard for 2 years and never had an issue..

Sometimes it pays to be cheap and not buy the full version. ;)
by Scott
Fri Nov 08, 2002 4:40 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Static link demo wich "onclick"
Replies: 10
Views: 7550

Hi xMANIGHTx, Ok you know how to make it work with an onclick command instead of an onmouseover.. To make it close just put a '1' in the appropriate line in the menu_array.js file.. the one that goes.. 0, // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhe...
by Scott
Mon Nov 04, 2002 5:52 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: How annoying is netscape.. fun poll.
Replies: 0
Views: 1754

How annoying is netscape.. fun poll.

Just a little poll to allow some very frustrated people to blow off steam.. :D
by Scott
Mon Nov 04, 2002 5:46 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: How do I make menus pop UP, not down?
Replies: 4
Views: 3500

That's 'cause Netscape is crap..

Not very helpful I know but true never the less.. :P
by Scott
Thu Oct 17, 2002 9:47 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Blue bar extends across browser window...
Replies: 6
Views: 4270

Some things are easier to understand if they can be seen.. ;)
by Scott
Thu Oct 17, 2002 9:20 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Can I have the .js files in another location?
Replies: 10
Views: 6615

The path to the images is dependant upon the location of the page, as the page loads the javascript .js file is loaded into memory as a part of that page, therefore any image reference held within the code must be correct for anywhere the page is loaded. eg. if you have the below folder structure to...
by Scott
Tue Sep 24, 2002 10:55 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: menu speed control
Replies: 1
Views: 2000

Check out the top properties in the menu array js file.. timegap=500 // The time delay for menus to remain visible followspeed=5 // Follow Scrolling speed followrate=40 // Follow Scrolling Rate suboffset_top=10; // Sub menu offset Top position suboffset_left=10; // Sub menu offset Left position Anot...
by Scott
Tue Sep 24, 2002 10:51 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: unsecure message while using menu on ssl
Replies: 1
Views: 1947

Hi Silverman, Check out the version information list.. http://www.milonic.co.uk/menu/versioninfo.php It looks like your bug has been fixed in the latest version.. however Andy appears to of gone on holiday and forgotten to upload the new version cause the download still reads version xxxx.02 Should ...
by Scott
Tue Sep 24, 2002 10:47 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu Items withOUT submenus... problem
Replies: 2
Views: 2540

I've just had another though.. the menus take advantage of the fade effect available in IE5.5 or higher check for the following line in your array.. effect = "Fade(duration=0.2);Alpha(style=0,opacity=80);Shadow(color='#777777', Direction=135, Strength=1)") The Alpha opacity denotes the opa...
by Scott
Tue Sep 24, 2002 10:43 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu Items withOUT submenus... problem
Replies: 2
Views: 2540

Hi Ashton, When you say menu header do you mean menus using the header tag.. if so then the header element has it's own color property in the array set up. (Last two lines of the stle set.. "DADADA", // Menu Header Font Color (Leave blank if headers are not needed) "322856", // M...
by Scott
Tue Sep 24, 2002 10:37 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Can I have the .js files in another location?
Replies: 10
Views: 6615

I use the a fixed link to the arrow in my array and it works fine..

eg.
"http://www.server.com/images/arrow.gif", // Sub Menu Image (Leave this blank if not needed)
by Scott
Mon Sep 16, 2002 4:31 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: menu not supporting directory-structures?!
Replies: 1
Views: 1899

You should find your answer in this posting..


http://www.milonic.co.uk/menu/forum/vie ... php?t=1265
by Scott
Fri Sep 06, 2002 4:00 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Problems with the menu and other Javascripts
Replies: 6
Views: 4389

Netscape's great like that ;)
by Scott
Thu Sep 05, 2002 2:38 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Submenus, unable to display simple html pages
Replies: 7
Views: 5550

OK.. the way I use this menu is.. []- Parent folder - index.htm -[] Javascript folder (containing mmenu.js and menu_array.js -[] Home (example folder 1) -[] Links (example folder 2) index.htm is a browser detection/redirection script that redirect to a page home.htm in the home folder, it does not d...
by Scott
Thu Sep 05, 2002 1:36 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Submenus, unable to display simple html pages
Replies: 7
Views: 5550

Almost there you just need to put a / before the subfolder..

eg

addmenu(menu=["facility",,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Entrance","/facility/entrance.html",,,1


Good Luck
by Scott
Thu Sep 05, 2002 1:18 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Question about nested links
Replies: 4
Views: 3819

This is not so much a problem with the menu as with your approach to the problem.. If you use absolute links then you can specify exactly where the pages you wish to access are.. eg. http://www.hostname.com/parent/nested.htm (this is not a valid hyperlink) instead of the relative ../parent/nested.ht...
by Scott
Thu Sep 05, 2002 12:59 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Form in Menu
Replies: 3
Views: 3475

You can also add the form elements straight into the menu and call relevant JavaScript functions from these elements.. eg.. ,"<form method='get' name='sform' action='javascript:void(0)' onsubmit='search(this); return false;'>Search&nbsp&nbsp;<div align=center><img src='/images/left_spac...
by Scott
Thu Sep 05, 2002 12:56 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: PoP up
Replies: 3
Views: 2941

target=_blank works fine for me.. You could get more detailed and use target=_window1.. this would cause the link to open in a window specified as window1. This is nice as it allows you to open other links into the same second window. More information on Target can be found here: http://msdn.microso...
by Scott
Thu Sep 05, 2002 12:21 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Problems with the menu and other Javascripts
Replies: 6
Views: 4389

Tried to have a look a Dennis's non working example and the page failed.