When I scroll the page the dhtml web menu will scroll follow. Can Delux Menu do it?
Return to Recent Questions
Q:
I have seen menu like this when i scroll the page the manu will scroll follow.....can delux menu do that ?
If can how ?
A:
You should use floatable feature.
You should set absolute coordinates for your menu
var absolutePos=1;
var posX="10px";
var posY="10px";
var floatable=1;
You should also check that you have dmenu_add.js file in the same
folder with dmenu.js.
Return to Recent Questions
|