[Javascript] style on created div element

Michael Borchers list at tridemail.de
Wed Apr 12 09:14:22 CDT 2006


  var Div = document.createElement("DIV");
  Div.style.display = "none";
 cell.appendChild(Div);

is this supposed to work? (besides the cell etc. this works fine with my script)
the div created always seems to be visible:(
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20060412/776fd187/attachment.htm>


More information about the Javascript mailing list