Combining Treemenu with horizontal menu on same page?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
ripnoel
Super Advanced
Super Advanced
Posts: 50
Joined: Tue Jan 21, 2003 4:15 am
Location: Foothills of The Great Smoky Mtns.

Combining Treemenu with horizontal menu on same page?

Post by ripnoel »

I have reviewed the information online but am still not sure how to handle combining a vertical tree menu on the same page with a regular horizontal menu. I also do want to create a link to an external .js file for the hz menu...
----------
<SCRIPT type="text/javascript" src="../js/mainHzMenu/embedded_main_menu.js"></SCRIPT>
----------
Just not sure how and where to link to the:
----------
src="milonic_src.js";
if(ns4)_d.write("<scr"+"ipt language=JavaScript src=mmenuns4.js><\/scr"+"ipt>");
else _d.write("<scr"+"ipt language=JavaScript src=mmenudom.js><\/scr"+"ipt>");
src="menu_data.js";
----------
information, that I have placed in it's own folder.

Thanks in advance for your help.

Rip
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Re: Combining Treemenu with horizontal menu on same page?

Post by Ruth »

Hi Rip,

Since I'm working on your page, could you tell me where you want the regular menu so I can add it? It looks like it's going to be embedded in a table, so I'll need the placement. You posted the url for the main menu data but I'll need the submenu data file to go with it. If you are thinking of using the treemenu submenus, that you cannot do since they are set as type=tree;

I've pretty much got all the other issues figured and will reply in the other posts when I get it all done.

Ruth
ripnoel
Super Advanced
Super Advanced
Posts: 50
Joined: Tue Jan 21, 2003 4:15 am
Location: Foothills of The Great Smoky Mtns.

Re: Combining Treemenu with horizontal menu on same page?

Post by ripnoel »

Hi Ruth;
I want the normal horizontal menu to be in the top table cell that has the transparent bg image over the earth image. In the code it's around line 49 here:
--------------------------
<td background="images/htmlImages/mainBody/mainBodyrtCopyArea/mainBodyrtCopyAreaR1-BG.png">&nbsp;
<SCRIPT type="text/javascript" src="js/mainHzMenu/embedded_main_menu.js"></SCRIPT>
</td>
--------------------------

It would also be nice if I could set the BG of the text links also to transparent and I do seem to remember doing that in another Milonic menu some time ago. To do this don't I comment out the offbgcolor= setting?

Thanks so much for your help!

Rip

PS I was trying to embed it but I couldn't seem to get it to work.
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Re: Combining Treemenu with horizontal menu on same page?

Post by Ruth »

Hi,

I still need the submenus for that table menu, and then if you give me maybe an hour, I'll have it all set up for you :)

Ruth
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Re: Combining Treemenu with horizontal menu on same page?

Post by Ruth »

Well, I just realized there are no submenus :oops: duh.

Ruth
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Re: Combining Treemenu with horizontal menu on same page?

Post by Ruth »

Well, gosh, I still need the style info, that doesn't seem to be in that embed table file. So, can you just post what you want that menuStyle to be? I'll just copy and paste it.

Ruth
ripnoel
Super Advanced
Super Advanced
Posts: 50
Joined: Tue Jan 21, 2003 4:15 am
Location: Foothills of The Great Smoky Mtns.

Re: Combining Treemenu with horizontal menu on same page?

Post by ripnoel »

Haven't really decided... just white text Arial ...sans... 11px transparent bg...

I will need to be able to change it in any event. I only need four links here:
Food Science & Technology
CASNR
UTIA
Search (..will need a search form field here... hope that is not an issue... if so I can deal with it outside the menu using CSS)

Is this answering your question? I hope so I'm not trying to be evasive but I'm also still getting a lot of feedback from my client and know it will have to change anyway.


Rip

If I can just get it working hopefully I can edit it... ;)
Post Reply