  |
Shake image script (onMouseover) - http://www.dynamicdrive.com/dynamicindex4/shake.htm
This script "shakes" an image when the mouse comes in contact with it, by harnessing the relative positioning/animating capability of NS 6 and IE 4+. |
  |
Submit Once! form validation script - http://www.dynamicdrive.com/dynamicindex11/submitonce.htm
Use this practical script to prevent users from abusing the submit button of your forms in NS 6 and IE 4+. It will automatically disable the button immediately after it's pressed. |
  |
Highlight image script - http://www.dynamicdrive.com/dynamicindex4/highlight2.htm
This script demonstrates using the DOM of IE 4/ NS 6 to dynamically highlight an image (apply a border to it) whenever the mouse moves over it. |
  |
Animated document title - http://www.dynamicdrive.com/dynamicindex11/animatedtitle.htm
Demonstrates the use of NS 6's document.title property to animate the document's TITLE. |
  |
Dynamic Table - http://www.mozilla.org/docs/dom/samples/dynatable-light/index.html
A small table is created. Then the user is able to create rows, columns, select cells and edit content. |
  |
Fade Spacing - http://www.mozilla.org/docs/dom/samples/dom-css-fonts/fadespacing.html
Uses DOM to produce a fade in / fade out effect using text. It dynamically changes CSS positioning, text color and font spacing. |
  |
Toshirou Takahashi's DOM Sample Code - http://web01.fureai.or.jp/~tato/ver5/testcontents.htm
Numerous samples showing how to use DOM features. |
  |
Scrolling Banner - http://www.widomaker.com/~reboughner/W3C/scrollbanner/scroll.html
This example demonstrates how to achieve a scrolling banner, similar to IE's MARQUEE element, using methods and properties contained in the DOM 1 and 2 recommendations of the W3C. |
  |
Round Title - http://www.mozilla.org/docs/dom/samples/dom-css-fonts/roundtitle.html
Dynamically creates text elements and animates them. |
  |
3D Text Effect - http://www.mozilla.org/docs/dom/samples/text/index.html
Given a text string, this sample produces a 3D perspective illusion effect by dynamically creating multiple text objects and clipping each one. |