Aligning the menu by absolute value? help!

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Silverion
Advanced
Advanced
Posts: 13
Joined: Sun Aug 31, 2003 8:15 pm

Aligning the menu by absolute value? help!

Post by Silverion »

In the download, there is nothing that tells you what you need to do to align the menu by absolute value. I have stock values from the download. Please help, someone! Below is an exerpt from my menu_data.js file. What do I do here?
...
with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=10;
left=10;
alwaysvisible=1;
orientation="horizontal";
...
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

You can change the values for top and left, those are 10 pixels from the top and left of the browser.

position=absolute but you don't need it, position=relative would change it from absolute.

maz
Post Reply