Screen Postioning -Center

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
Enki
Beginner
Beginner
Posts: 1
Joined: Sun Nov 09, 2003 1:16 am

Screen Postioning -Center

Post by Enki »

When I set the Screen Postion to Center, the whole menu is center in the website. But when I resize my window lower than 800, it follows the resizement and goes off the website. Is there a way to prevent that from happending, so it can just stay on the website still center?
User avatar
Hergio
Milonic God
Milonic God
Posts: 1123
Joined: Wed Jun 12, 2002 7:46 pm
Location: Rochester, NY

Post by Hergio »

First step would be to upgrade... ;) v3 not supported.
Dave Hergert
Software Engineer
"Helping to make the menu better, one :?: at a time."
mjjackso
Advanced
Advanced
Posts: 10
Joined: Tue Sep 30, 2003 11:36 pm

Post by mjjackso »

This problem can be solved by placing the menu within a table cell.

The following code should work:

Code: Select all

<td> 
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0"> 
  <tr><td> 
<script>PlaceMenu("mainmenu")</script> 
&nbsp; 
</td></tr></table> 
</td> 
Matt
Post Reply