menu flottant

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
dean77
Beginner
Beginner
Posts: 2
Joined: Mon Nov 21, 2005 11:24 am

menu flottant

Post by dean77 »

hello, I try to speak english. :D (i'm belgian 8) )

I try to float the menu (menu flottant) but I can't find in 'support'.

so, how floating the menu up to the page ( :oops: un menu qui suivra la page :oops: ) like this page of milonic.com?
http://milonic.com/mfa/2004-January/003413.html

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

Post by Ruth »

Hi,

Use the followscroll=1; property in the main menu.

Code: Select all

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
style=menuStyle;
followscroll=1;
and whatever else you have here
This will not work if you are putting the menu in a table using position="relative";

Ruth
dean77
Beginner
Beginner
Posts: 2
Joined: Mon Nov 21, 2005 11:24 am

Post by dean77 »

thxxxxxxxx very much, it's perfect !
Post Reply