|
DHTML Floating Menu
View data-file of the 1st menu
View data-file of the 2nd menu
The DHTML floating menu can "float" along one or two coordinate axes:
var floatableX = 1;
var floatableY = 1;
When a page is scrolled the menu stays visible:
var floatable = 1;
You can specify a speed of the floating menu:
var floatIterations = 10; // The less the value is the more a speed
is.
Try to scroll the page.
|