Sliding JavaScript Banners JavaScript / Text Effects
This tutorial shows how to create an animated news scroller in JavaScript along with several very useful DHTML techniques. Main topics covered: Specifying the banner's position, Using external JavaScript files, How to configure the banner, Assigning the banner's messages to an array, How to initialize the banner, Creating the banner's elements, How to fill the banner's elements, How to set an element's visibility, Rotating the messages, and How to move the messages.
Universal JavaScript Rollovers JavaScript / Event Handling
Have you ever seen an image move, change color, or even pop up when you place the pointer over that image? If so, you were most likely experiencing a JavaScript rollover. Rollovers are an excellent way of adding dynamic elements to a web page without penalizing browsers that do not support the necessary features (if the rollover is programmed properly).
Expandable/Collapsible Content CSS / Advanced Techniques
Sometimes content itself, not presentation or navigation, brings a subtle usability challenge. When page text is unavoidably long and complex, the mass of material can lead to confusion through a loss of context.