How do I position the menu on a simple web page?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
BrendanChandler
Beginner
Beginner
Posts: 7
Joined: Wed Oct 15, 2008 12:00 pm

How do I position the menu on a simple web page?

Post by BrendanChandler »

The sample from the box sits just inside the top left corner, over a logo and I want to move it down the page and in a little more. How?

I tried altering _MenuOffset Top and _MenuOffset Left but these did not seem to mke a difference.

I added Top=20; just above the 'A1' code but that did not seem to make a difference?

Please show me the error of my ways.

URL = http://www.greatgaygatherings.co.uk/index2.htm

Thanks

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

Re: How do I position the menu on a simple web page?

Post by Ruth »

Hi,

You've capitalized top and left, change it to lower case. Also, if you want the menu below that image your code should be

left=20;
top=120;

Ruth
BrendanChandler
Beginner
Beginner
Posts: 7
Joined: Wed Oct 15, 2008 12:00 pm

Re: How do I position the menu on a simple web page?

Post by BrendanChandler »

Thank you for your help.

Brendan
Post Reply