Sandeep's Free JavaScripts
Sandeep's Nook: JavaScript Page

Floating Logo

With the help of this script you can put up your logo on your website in such a way that it floats on the page in any particular location that can be set. In the example seen here the logo of The JavaScript Page is floating at the top left side of the browser window.

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: