Placement of Menu

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
jloll
Beginner
Beginner
Posts: 4
Joined: Tue Oct 15, 2002 5:38 pm

Placement of Menu

Post by jloll »

Hi,

I'm sorry, I've read the FAQs, but I'm still lost on this.

I'm trying to create a menu where a logo is in the upper left followed by the menu.

What's is happening is the logo is being cut off by the horizontal bar of the menu. Is it possible to have the menu start say 200 pixels from the left? Or, truncate it so it's not the width of the html page?

Thank you!

Jose
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Check these 3 items...

Code: Select all

// Menu Top - The Top position of the menu in pixels
// Menu Left - The Left position of the menu in pixels
// Menu Width - Menus width in pixels
It's a little tough without a URL to see what you've done :?
John
jloll
Beginner
Beginner
Posts: 4
Joined: Tue Oct 15, 2002 5:38 pm

Post by jloll »

Yeah, I see the three coordinates and have been tweaking them, however there still is a band that is to the left and right of the menu.

I wonder if I might have to consider putting this in to a table?

Anyway lookie here http://www.littlechocolatedonuts.com/dos/home.html

Jose
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Code: Select all

1,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
Try removing that '1' (I think!).

Also, when I look at it in IE6, the menu covers half of the first line of text.
John
jloll
Beginner
Beginner
Posts: 4
Joined: Tue Oct 15, 2002 5:38 pm

Post by jloll »

You are correct Sir! That was ticket.

Thanks!
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Any time (once in a while I get it right :P ).
John
Post Reply