Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:34
Second menu when switched to relative positioning
Poster: urbankhaos
Dated: Wednesday April 7 2004 - 0:11:42 BST
Guys,
A little help here would be very much appreciated!
I've managed to position the menu within a table cell as required. The only problem is that I have an exact replica of the menu at the top of the page that looks to be absolutely positioned.
How in the name of Santa's pancakes am I to get rid of the unrequired menu at the top. I can't for the life of me see where it is referenced.
I've included a URL for you so you can see what I mean...
http://www.manxtattoo.com/test
Cheers,
Urban.
Poster: John
Dated: Wednesday April 7 2004 - 0:23:45 BST
You called it twice - once in the _data file, and again in the HTML itself (in the <td>).
Poster: urbankhaos
Dated: Wednesday April 7 2004 - 0:27:44 BST
When you say I've called it twice, do I need to remove the following from the _data.js file?
with(milonic=new menuname("Main Menu")){
style=menuStyle;
position="relative";
top=10;
left=10;
alwaysvisible=1;
orientation="horizontal";
aI("text=The Tattooist;showmenu=tattooist;");
aI("text=Galleries;showmenu=galleries;");
aI("text=FAQs;showmenu=faqs;");
aI("text=Manx Oddity;showmenu=oddity;");
aI("text=Tattoo Flash;showmenu=flash;");
Cheers,
Urban.
Cheers John
Poster: urbankhaos
Dated: Wednesday April 7 2004 - 0:30:51 BST
Top Quality - I removed the code and answered my own question.
Something about the duplication of this code WAS bugging me I have to admit.
You're a star!
Cheers,
Urban.