Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:25
menu flottant
Poster: dean77
Dated: Monday November 21 2005 - 10:28:53 GMT
hello, I try to speak english. (i'm belgian )
I try to float the menu (menu flottant) but I can't find in 'support'.
so, how floating the menu up to the page ( un menu qui suivra la page ) like this page of milonic.com?
http://www.milonic.com/mfa/2004-January/003413.html
thxxxx
Poster: Ruth
Dated: Monday November 21 2005 - 14:58:52 GMT
Hi,
Use the followscroll=1; property in the main menu.
Code:
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
style=menuStyle;
followscroll=1;
and whatever else you have here
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