Search found 5 matches

by gnevius
Mon Nov 11, 2002 1:00 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Using Image-Based Menus in a Frameset
Replies: 1
Views: 2389

Using Image-Based Menus in a Frameset

Hello folks!
I have been struggling with a website and I am calling on the experts out there for some opinions and help.

I have a site that needs to be set up in frames. However, instead of using text to activate the drop-down menus, I'd like to us an image.

I have done menus activated by a ...
by gnevius
Fri Aug 02, 2002 9:35 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Keeping Menu Parameters out of the HTML
Replies: 5
Views: 4364

John,
Thanks for all of your help. I finally got it!!!
Take care, I appreciate your support!
Regards,
Greg
by gnevius
Fri Aug 02, 2002 3:59 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Separator Lines Not Appearing in Netscape 7.0
Replies: 0
Views: 2146

Separator Lines Not Appearing in Netscape 7.0

Hello once again folks!
I am almost home except for one small detail...
My separator lines are not showing up in Netscape 7.0. Internet Explorer 6 renders perfectly!
Does anyone have the same problem?
Hope you can help!
Thanks for your time.
Greg :D
by gnevius
Fri Aug 02, 2002 3:27 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Keeping Menu Parameters out of the HTML
Replies: 5
Views: 4364

Keeping Menu Parameters out of the HTML

John,
Thanks for your response. In my html document, I have the code from ////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

down to the end where the code ends like this:

dumpmenus();

</script>


I would like to keep this code out of my ...
by gnevius
Thu Aug 01, 2002 8:37 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Keeping Menu Parameters out of the HTML
Replies: 5
Views: 4364

Keeping Menu Parameters out of the HTML

Hello Folks,
I am working with the menu system and I am wondering instead of having the menu parameters inside my html, can I just have the same parameters for formatting of the menus only in the mmenu_array.js? I really would like to streamline my HTML docs and keep them free of all this code and ...