Zaphan58
Newbie
Posts: 1
Registered: 11/29/2006
Member Is Offline
|
| posted on 11/29/2006 at 01:56 PM |
|
|
menu allignment
I just created my menu which is very nice, thanks! Anyway I placed all the code in as it said and placed the following script:
<script language="JavaScript" class="menu">
new menu (MENU_ITEMS, MENU_TPL);
</script>
Inbetween the div tags I wanted it to appear in although the menu insists on sitting at the very top of my page!
Ideas? I tried assigning it a class in css and aligning it with that but it wont work! I just want the menu to sit in my page right between my div
tags! :)
|
|
|
tigra
Administrator
Posts: 1982
Registered: 6/17/2002
Location: US, CO
Member Is Online
|
| posted on 11/30/2006 at 08:46 AM |
|
|
search the forums for "relative positioning"
|
|
|