About This Product
Metachecker.net | TrafficChecker.net | RankChecker.net
| Over 5000 Free Fonts | Tutorials | Javascript Forum | Other Javascript Resources | Cheat Sheet


 

Site Logo Script


A site logo script that displays a static logo on the bottom right corner of the screen. The logo itself is clickable. This script, unlike the watermark effect seen on Geocities sites, works with both NS 4.x and IE 4.x. Furthermore, the entire script is encapsulated in an external JavaScript file, allowing you to easily deploy the logo on multiple pages. This latest version of the site logo script improves upon the old in the following ways: The logo can be set to gradually appear (as opposed to simply appearing). IE 4 specific feature. Configurable to disappear after a specified amount of time.

Step 1: Choose from one of the following files and save it into your webpage directory (either by clicking it, or clicking it with the shift key depressed for NS users). Which file to download depends on how you want the logo positioned. The below demo uses the first file:

staticlogo.js (Lower right corner logo)

staticlogo2.js (Lower left corner logo)

staticlogo3.js (Upper left corner logo)

staticlogo4.js (Upper right corner logo)

 

Step 2: Insert the below inside the <body>section of the pages, in open space (not contained inside any tag, such as <table>etc). Be sure to change the name "staticlogo.js to match the file you've downloaded above:
 
Insert into <HEAD>

 
Insert into <BODY>

 
Other Options