Search found 9 matches

by Matt Stano
Thu Mar 16, 2006 8:11 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Double Row in the Main Menu
Replies: 3
Views: 3328

RE: Double Row in the Main Menu

Yep, you're right. The divides command works but it's god-awful looking. Maybe I should think about stacking two seperate menus with the items I want inside of them.

Matt
by Matt Stano
Thu Mar 16, 2006 6:59 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Double Row in the Main Menu
Replies: 3
Views: 3328

Double Row in the Main Menu

Hi,

I'm attempting to resolve an issue with my main menu. I have thirteen items for my main menu. But it's really long, too long for me. I would like to break this up into two rows if possible. Can anyone tell me how to do this?

Here's the website I'm working on.
http://www.ryemasters.com ...
by Matt Stano
Wed Oct 19, 2005 4:04 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Calling Two Seperate Menus from one page
Replies: 1
Views: 2189

Calling Two Seperate Menus from one page

Hi All,

I'm am attempting to figure out if I can call two seperate menu files with a single document. I have had multiple menus that references one menu_data.js and it works fine. But now I'm looking to seperate the two menu into different files. In my Index.htm I have my script lines that
call my ...
by Matt Stano
Mon Oct 03, 2005 7:48 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: ugh stuck for days now
Replies: 2
Views: 4338

Hi Kendra,

I had the same problem as you when I first started out with the menu system. Are your webpages being created on a webserver that you own and maintain or is it being hosted by another company?
I hope this helps you, I don't know how the SSL certificate will play into this.
This comes ...
by Matt Stano
Mon Sep 12, 2005 4:07 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: One menu for all????
Replies: 8
Views: 7144

One menu for all????

Ok, I figured it out. I just went back to the menu_data.js file and where it asks me for:

subimage="java2/arrowdn.gif";

I added the forward slash to make it a universal path. So now it reads:

subimage="/java2/arrowdn.gif";


Alright, I feel better for figuring that one out. :-)

Thanks.
by Matt Stano
Mon Sep 12, 2005 4:03 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: One menu for all????
Replies: 8
Views: 7144

One menu for all????

Hi John and Ruth,

So I did a lot work and figured out what you guys were telling me. I posted on the server and the pathing began to work as you described. Which is fantastic!! Thanks a bunch. Just one little sticky point. Inside the menu_data.js there is a line for the menu image, a down arrow ...
by Matt Stano
Thu Sep 08, 2005 5:01 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: One menu for all????
Replies: 8
Views: 7144

One menu for all????

Hi John, thanks. So let me get this part straight. You have individual menu_data.js files for each page?

here is the code from my main page:



<script type="text/javascript" src="java2/milonic_src.js"></script>
<script type="text/javascript">

if(ns4)_d.write("<scr"+"ipt type=text/javascript src ...
by Matt Stano
Thu Sep 08, 2005 3:03 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: One menu for all????
Replies: 8
Views: 7144

One menu for all????

Hi Ruth, thanks for the reply. I'm coming from the old 3.3 version of DHTML so I'm having a little trouble in translation. Here's what happens:
I have (in my mind) a fairly simple folder layout where individual pages are located; ie:
-root
--tech
---newsletters
---videos
--calendars
---building ...
by Matt Stano
Tue Sep 06, 2005 3:39 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: One menu for all????
Replies: 8
Views: 7144

One menu for all????

Ok, I'm relatively new to the 5 version, was using 3.0 So how do I make all the webpages call just one single menu array? Is there a global command of some sort? So I've basically taken the sample and changed the words and pointers so far. Added the little bit code to my main index page and that's ...