5:49 AM

(0) Comments

Animated Window Opener

Instead of just spawning a window, this script animates it into view, by expanding it horizontally then vertically until it fills the screen. The animation is fast enough to not become tedious, and the corresponding links are easily set up.

5:27 AM

(0) Comments

Disable right mouse click script

Unknown

This is a cross browser DHTML script that will prevent the default right menu from popping up when the right mouse is clicked on the web page. Use it to stop surfers from easily saving your web page, viewing its source, or lifting images off your site when using either IE 4+ or NS 4+. Definitely useful for many site owners...


5:10 AM

(0) Comments

Different CSS depending on OS (Mac or PC)

Unknown


This script allows you to conditionally apply two different style sheets to your page depending on whether the user's Operating System is Mac or PC (default). Designers will tell you Mac renders certain elements of a webpage differently than PC (ie: font sizes), so this script can be used to overcome this inconsistency. The style sheet to load can either be two global inline styles or external CSS files.

Simply insert the below script into the head section of your page: