User Profile

Collapse

Profile Sidebar

Collapse
xaces
xaces
Last Activity: Aug 30 '05, 11:45 PM
Joined: Aug 30 '05
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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.
    See more | Go to post

    Leave a comment:


  • xaces
    started a topic appendChild. Table inside DIV. Doesnt show up

    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";
    ...
    See more | Go to post
No activity results to display
Show More
Working...