[Javascript] style on created div element

Steve Clay sclay at ufl.edu
Wed Apr 12 10:12:17 CDT 2006


Wednesday, April 12, 2006, 10:14:22 AM, Michael Borchers wrote:
> var Div = document.createElement("DIV");
> Div.style.display = "none";
> cell.appendChild(Div);

Looks fine.

> the div created always seems to be visible:(

Can you send us a URL to the failing code?

Steve
-- 
http://mrclay.org/




More information about the Javascript mailing list