Animation IThis example uses dynamic HTML and an animated gif to give a butterfly motion across the screen. The example works in both browsers, but it is believed to run better in Netscape 4.0x, to see how the dHTML is done View::Page Source in your browser.
Animation IIUsing dynamic HTML layers, you can perform complex full-screen animation without requiring a huge image. This example was made using Macromedia's DreamWeaver.
Background Color-Change from Link or MouseOverThis JavaScript allows you to change the color of the page background from a clicked link or on mouseOver. Any number of colors can be used. Shows how to attach to a regular (clicked) link, or how to activate the color change on a mouseOver.
Background FaderOn the loading of a page, this script changes background colors (with a transition between each change) quickly then returns to normal.
Background Image-Change on MouseOverThis script allows you to change the background image used by the page, from a clicked link or on mouseOver. Any number of images can be used. Shows how to attach to a regular (clicked) link, or how to activate the background image change on a mouseOver.
Change Scrollbar Colors DynamicallyChanges the color of IE5+ scrollbars in a page dynamically, via a very simple JavaScript function; shows how to attach the scrollbar color change function to links and to mouseOver and other events for some great effects.
Color Chart and Background Color ChangerThis example uses javascript to dynamically change the background of a web page. The hex string is automatically given. This tool is an easy way for web developers to quickly find the color(s) they need for their web pages.
Color PickerThis script allows the visitor to select the background color. Color can be adjusted by RGB values, and the corresponding hexadecimal value is returned.