TBODY missing
Figured it out :D
Requires a TBODY object. Usually it works without this tag in HTML but the DOM requires this object to be defined.
User Profile
Collapse
-
appendChild. Table inside DIV. Doesnt show up
I am relatively new to javascript.
I am trying to create a menu. I cant get it to show on IE.
The object exists but just wouldnt show up.
Can anyone please help??
Thanks
:confused:
...Code:var menuDivNode = document.createElement("DIV"); menuDivNode.id = "thisMenu"; menuDivNode.align = "center"; menuDivNode.style.position = "absolute";
No activity results to display
Show More
Leave a comment: