style.display
This site is a collection of random web development resources and references.
Wanting to know about the good ol’ Javascript style.display
? see here »
// Quick example: Grab the first <div> on the page and make it disappear. document.getElementsByTagName('div')[0].style.display = 'none';
Anyone wanting to get some cool MooTools plugins can go here »
Does your .png files look wrong in Internet Explorer? Then look at the image gamma tests »