Search found 92 matches

by trytrix
Thu Dec 19, 2002 8:44 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Opera 6.2
Replies: 12
Views: 7773

HI, Bobwill wrote: Kevin, How do you go about looking and reviewing the menu files that users have created on their web site. I realize that you can view the source of the page that loads the files, but how do you get the the actual files?? Iexplorer stores these files into his tempory directories.....
by trytrix
Sun Dec 15, 2002 10:53 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu over my form with a twist.
Replies: 7
Views: 5458

HI,

Went to that URL.
Everything works splendid !!!
Tested in IE6 & Netscape7.

Greetings,
Trytrix
by trytrix
Wed Dec 11, 2002 7:46 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: I am Sure this is a very simple Frame problem - !!
Replies: 3
Views: 3144

Hi Crawley, I went to your URL. This is what I see using Netscape7 : http://users.skynet.be/fa000723/milonic/1.jpg This is what I see using IExplorer 6 : http://users.skynet.be/fa000723/milonic/2.jpg Both the same and not showing much !! Your code isn't very readable ! Normally the content of the si...
by trytrix
Tue Dec 10, 2002 8:49 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Address Issue
Replies: 8
Views: 5061

Same issue as in topic "Subdirectory Menu Problem" !!

Trytrix
by trytrix
Tue Dec 10, 2002 8:34 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Subdirectory Menu Problem
Replies: 2
Views: 2502

Hi,

I went to your site and believe or not ... everything works fine !!
Tested in IE6 an Netscape7..

Greetings,
Trytrix
by trytrix
Fri Dec 06, 2002 9:16 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu over my form with a twist.
Replies: 7
Views: 5458

Hi,

It would be most helpful if we could have a look at your html- & array files !
Zip and mail them, or put them somewhere for downloading..

Greetings,
Trytrix
by trytrix
Tue Dec 03, 2002 9:32 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu over my form with a twist.
Replies: 7
Views: 5458

Hi,

Have a look at the example :
http://milonic.com/menu/overforms_sample.php

Greetings,
Trytrix
by trytrix
Tue Dec 03, 2002 11:57 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu on top of Flash
Replies: 3
Views: 3176

Hi,


For Iexplorer it should work when adding :

Code: Select all

<object classid="........ 
       <param name="wmode" value="transparent"> 
</object> 
to the html-code.


Netscape can't do this !!

Greetings,

Trytrix
by trytrix
Sat Nov 16, 2002 8:51 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Troubleshooter
Replies: 3
Views: 3202

Hi, I mean the blank line ... Try this .. , // Reserved for future use ,"SEARCH","show-menu=search",,"Search Options",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar" instead off: , // Reserved ...
by trytrix
Sat Nov 16, 2002 8:42 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Using Frames, submenu link description non-functional.
Replies: 5
Views: 4141

Hi,

You forgot the "sourceframe=" after the 'target=main;" !

Code: Select all

,"FAQ db","examples/db_faq/index.html target=main;sourceframe=main",,"Example of a FAQ db",1 
Cheers,
Trytrix
by trytrix
Fri Nov 15, 2002 11:30 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Images, Links, Submenus, and Frames - Help!
Replies: 7
Views: 5392

Hi,

As we keep saying ... a URL is always most helpful so we can see exactly what is going on (and also look at your array file).

Cheers,
Trytrix
by trytrix
Fri Nov 15, 2002 11:25 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Using Frames, submenu link description non-functional.
Replies: 5
Views: 4141

Hi,

Some things are easier to understand if they can be seen..

Cheers,
Trytrix
by trytrix
Fri Nov 15, 2002 11:22 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Netscape 6/Mozilla and OPERA visual bug
Replies: 4
Views: 3172

Hi,

Same problem in Netscape7.

I know Netscape hates faulty HTML coding...
There's is a closing </form> tag without a starting one .. maybe that's the cause ??

Cheers,
Trytrix
by trytrix
Fri Nov 15, 2002 10:57 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Troubleshooter
Replies: 3
Views: 3202

Hi, As far as I can see there is a blank gap just before the first menu-item ! , // Reserved for future use ,"SEARCH","show-menu=search",,"Search Options",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator ...
by trytrix
Wed Nov 13, 2002 8:57 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: slow menu
Replies: 5
Views: 4094

Hi,

A URL is always most helpful so we can see exactly what is going on (and also look at your array file).
Our .. cut and paste the content in here !!

Cheers,
Trytrix
by trytrix
Wed Nov 13, 2002 8:49 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Image based menu
Replies: 3
Views: 2824

Hi, See the map example link : http://www.milonic.com/menu/menusample.php?sampleid=10 Do a right mouse click and select "view source". The menu popups are defined in : <map name="menumap"> <area href="#" onmouseover="popup('glasgow',1)" onmouseout="popdn(...
by trytrix
Wed Nov 13, 2002 7:25 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Horizontal menus, horizontal submenus
Replies: 3
Views: 3176

HI,

Code: Select all

addmenu(menu=[
1,     // 12) Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
Just set the 12th menu item definition to 1 ....

Cheers,
Trytrix
by trytrix
Tue Nov 12, 2002 10:07 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Netscape
Replies: 1
Views: 2084

Hi, The html-coding on your page isn't very structured ! What was it created with ? Some </TD> tags are missing ! Different </FONT> tags Floating around ! Etc... Netscape can't live with that !! Clean up the rubbish.. Putting your values between quotes is a good start eg : align="middle" i...
by trytrix
Tue Nov 12, 2002 9:21 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Using Image-Based Menus in a Frameset
Replies: 1
Views: 2066

Hi,

It doesn't matter if you are using frames or not.
For examples see the different links on the Milonic site:
http://milonic.com/menu/menusample.php?sampleid=3
http://milonic.com/menu/menusample.php?sampleid=4
http://milonic.com/menu/menusample.php?sampleid=6
etc...

Cheers,
Trytrix
by trytrix
Tue Nov 12, 2002 7:50 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Annying little (difficult?) question, help please :)
Replies: 8
Views: 5222

Hi, I've run through your _array files and couldn't find any cause ! Moving the menu calls didn't solved the symptom(s). I'am using IE6 and Win2000Pro.. Is this a IE6 related bug Andy ?? Does the symptoms also occur in Netscape or other IE versions ? Can someone test this out please ? Cheers, Trytrix