What is Dynamic HTML?
Dynamic HTML is simply HTML that can change even after a page has been
loaded into a browser. A paragraph could turn blue when the mouse moves over it,
or a header could slide across the screen. Anything that can be done in HTML can
be redone after the page loads.
- Dynamic HTML is client-side scripting
- Dynamic HTML is the DOM : ( Document Object Model )
- The DOM is the hierarchy of elements that are present
in the browser at any given time. This includes
environmental information such as the current date and
time, browser properties such as the browser's version
number, window properties
- Dynamic HTML is CSS (cascading stylesheets):
CSS (and plain old HTML) is what you
change, the DOM is what makes it changeable, and
client-side scripting is what actually changes it. And that's
dynamic HTML.
Animation effects with JTweener
Layers: interoperable
Simple demo: animation
Useful resource
- Cross Browser Javascript/DHTML Library
- Superfly Fashions
- Script.aculo.us