Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:58
Screen Postioning -Center
Poster: Enki
Dated: Sunday November 9 2003 - 0:21:29 GMT
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?
Poster: Hergio
Dated: Wednesday November 12 2003 - 20:10:16 GMT
First step would be to upgrade... v3 not supported.
Poster: mjjackso
Dated: Tuesday December 30 2003 - 21:07:06 GMT
This problem can be solved by placing the menu within a table cell.
The following code should work:
Code:
<td>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
<tr><td>
<script>PlaceMenu("mainmenu")</script>
</td></tr></table>
</td>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
<tr><td>
<script>PlaceMenu("mainmenu")</script>
</td></tr></table>
</td>
Matt