Provide thousands of free JavaScript code examples, DHTML, HTML JavaScript Tutorials, Reference and Help. JavaScriptBank.com is the best JavaScript resources
Syntax: fade(element id,time increment, "in"
or "out"); The default value for the fade time is about 30 89
milisecond intervals; for the "in" or "out" values the default is "out", so
the only real value that you have to set is the element's id that you want
to fade. The others are optional. NOTE: Be sure to set the css width
property of the element you want to fade to a value before using the fade()
function so it will work.