Sandeep's Nook: JavaScript Page

Floating Menu

 Computing
 Resourses
 Microsoft Corp.
 Netscape Corp.
 Macromedia Inc.
 Symantec Corp.
 JavaScript
 Resourses
 Sandeep's Free JS
 JavaScript Source
 JavaScript Kit
 Doc JavaScript

On the left of this page in yellow with black border is the floating menu. The menu will always hover in the same place on the page even when you scroll down the page. You can add any number of links to the menu, or completely change the appearance of to the menu, to best suit your needs. The placement of the menu from the top of the page can be adjusted by the users to best suit their needs.

Users could also provide a space on the left of their web pages to accommodate the floating menu as shown in this example. This would prevent the menu from obscuring any content on the webpage.

Author: Sandeep Gangadharan
Home Page: http://www.sivamdesign.com/home/


The script is given below:

This goes in the HEAD of the html file:


Note the script in the BODY tag:

<body onload="placeIt()">

This goes in the BODY of the html file: