Search found 3 matches

by urbankhaos
Wed Apr 07, 2004 12:30 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Second menu when switched to relative positioning
Replies: 4
Views: 2844

Cheers John

Top Quality - I removed the code and answered my own question. 8O

Something about the duplication of this code WAS bugging me I have to admit.

You're a star!

Cheers,

Urban. :D
by urbankhaos
Wed Apr 07, 2004 12:27 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Second menu when switched to relative positioning
Replies: 4
Views: 2844

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 ...
by urbankhaos
Wed Apr 07, 2004 12:11 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Second menu when switched to relative positioning
Replies: 4
Views: 2844

Second menu when switched to relative positioning

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 ...