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.
Second menu when switched to relative positioning
-
- Beginner
- Posts: 3
- Joined: Wed Apr 07, 2004 12:04 am
-
- Beginner
- Posts: 3
- Joined: Wed Apr 07, 2004 12:04 am
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.
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.
-
- Beginner
- Posts: 3
- Joined: Wed Apr 07, 2004 12:04 am
Cheers John
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.

Something about the duplication of this code WAS bugging me I have to admit.
You're a star!
Cheers,
Urban.
