Position Menu in Template

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
David_k
Beginner
Beginner
Posts: 1
Joined: Wed Sep 28, 2011 9:29 am

Position Menu in Template

Post by David_k »

I am creating a template in Dreamwever and using .php. I have placed all .js links in the head and within the body wish to place the menu in a nonEditable region at location: Top offset 130 pixels (down) and Left offset 15 pixels. This is a vertical menu and I am looking in the menu_data file but cant find the properties to change. I hope this is possible (not by including in a table) the other method maybe to use an include to this location (calling the menu_data file)?

In anticipation

Thankyou,

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

Re: Position Menu in Template

Post by Ruth »

Hi,

I don't have dreamweaver so not sure how that is working as to template. You need to take a look at how to put a menu in a table here http://milonic.com/tablemenu.php

If you are putting it in a table, it has to be relatively positioned, that link explains things and then at the bottom is a table menu example page and also a link to the page for the table menu sample. The reason I mention this is that to do a relatively positioned menu in either a table or div you need to have the call for the program files the 1st item after the body tag, not in the head.

Let me know if you need any more help.

Ruth
Post Reply