milonic menu and css

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Jaco
Super Advanced
Super Advanced
Posts: 85
Joined: Thu Sep 30, 2004 4:57 pm
Location: montreal
Contact:

milonic menu and css

Post by Jaco »

Hi, I not too sure if my question will be clear. I am in the process of trying to make my web site more or less fixed width and centered as seems to be the preference these days.

http://www.lightmypump.com

This is done in a css file where a wrapper div is used to fix the width of the content area, header, footer, etc. There is always some fiddling in the css code to account for different browsers, atc.

My question is: how will the menu be affected. Or can it be afffected, the menu javascript files are in the header of the html web page, the wrapper div will not contain it. Is there a way to make the menu behave in the same way as the content?

Thanks,

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

Post by Ruth »

Hi,

Well, the menu has screenpositioning properties, so you could set it as screenposition="center"; for the main menu then it will center on the page, so when the resolution changes and your layout shifts to center the menu will also.

Ruth
Jaco
Super Advanced
Super Advanced
Posts: 85
Joined: Thu Sep 30, 2004 4:57 pm
Location: montreal
Contact:

Post by Jaco »

Thanks.
Post Reply