[Javascript] A Timed removal of DOM elements

tedd tedd at sperling.com
Fri Mar 28 12:48:52 CDT 2008


Hi:

I would like to remove DOM elements from a web page in a timed sequence.

These elements are identified with ID's in both html and a css sheet, 
such as those appearing at the end of this email. But, I would like 
to set these elements to "display: none;" in a timed sequence, such 
as #q31 disappears after one second, #q32 after two seconds, and #q31 
after three seconds.

Can that be done?

Thanks,

tedd

--- the css

#q31
	{
	position: relative;
	top: 0px;
	left: 40px;
	}

#q32
	{
	position: relative;
	top: 59px;
	left: -64px;
	}

#q33
	{
	position: relative;
	top: 59px;
	left: -64px;
	}


-- 
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com



More information about the Javascript mailing list