Skip navigation
Navigation
Development
Design
Information
Other Links

JavaScripts and DHTML Tricks

Page Transitions   IE
See how to add those transitions to your page when someone enters or exits the page.

Link Rollovers   IE, NS6+
See how to make text links change color, or highlight with a background color. Actually, there is no javascript here, just a lot of style sheet manipulation. You'll need IE4 or better to see the tricks work.

Move an Object   NS4 & IE4
This just moves something to another location on the screen.

An Object in Motion   NS4 & IE4
Instead of directly moving the object, try animating it from one place to the next.

Dynamic Scrollers   NS4 & IE4
Create regular text scrollers in both version 4 browsers, rather than scrolling in a text box or the status bar.

Background Colors: Table Cells   NS4 & IE4
Change the background color of a table cell when viewers move their mouse over the cell. See how to make it work in each browser and cross-browser.

--------------------
Copyright © 1997-2008 The Web Design Resource. All rights reserved. Disclaimer.
What's New?
See What's New
See what's new by date added.
JavaScript Book
JavaScript: A Beginner's Guide
By John Pollock
Features
5 Easy Ways to Improve Your Website's Legibility
An article by Debbie Campbell on improving the legibility of your Web site.
JavaScript: Currency Formatting
An article by George Chiang on how to format numbers for currency display with JavaScript.
Partners