Home
Image Effects
Here
|
Categories
Other Sections
Sweet Ads
Compatibility
|
|
FF1+ IE6+ Opr8+
Site Logo/ Watermark Script Author:
Description: This is a site logo/watermark script that lets you display a static image at any of the four corners of the browser, never going out of sight. It's useful for branding purposes, or to offer visitors an easy way to jump back to your site's homepage. The logo can be set to disappear after x seconds. Demo: Simply add the below code inside the <HEAD> section of the page you wish the logo/watermark to be shown: The above code references the external .js file "staticlogo.js", which you need to download (right click, and select "Save As"). Important Note: Your page should contain a valid doctype at the very top for this script to work properly. If your page doesn't, the logo will be made stationary on the page via scripting instead of CSS, which is less smooth. ConfigurationInside the .js file, you should configure the following variables: setting: {orientation:4,
visibleduration:20000, fadeduration:[1000, 500]}, //orientation=1|2|3|4,
duration=millisec, fadedurations=millisecs Most of them are fairly self explanatory. For
|