Absolute positioning for Tree menu...help.

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.

Absolute positioning for Tree menu...help.

Post by ripnoel »

Hi Ruth & John;

I Placed the following in my table cell:

<script type="text/javascript">
with(new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
position="relative";
aI("text=Home;url=http://milonic.com/;");
aI("showmenu=Samples;text=Menu Samples;");
aI("showmenu=Milonic;text=Milonic;");
aI("showmenu=Partners;text=Partners;");
aI("showmenu=Links;text=Links;");
aI("showmenu=MyMilonic;text=My Milonic;");
}
drawMenus();
</script>

and commented it out in my menu_data.js file BUT the menu seems to still be appearing in the same place. I did a view source and my changes did make it there to the server.

Check my index file here: http://www.abacusarts.com/fst/index.html

What am I missing? Help as always greatly appreciatred.

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

Re: Absolute positioning for Tree menu...help.

Post by ripnoel »

Sorry, I'm a little thick today and just realized I was editing the wrong file...Sorry!

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

Re: Absolute positioning for Tree menu...help.

Post by Ruth »

That's OK. All my days are like that :lol:
Post Reply