Search Result

Collapse
2 results in 0.0034 seconds.
Keywords
Members
Tags
appendchild div
  •  

  • appendChild to div tag problem in firefox.

    i need to display the data in grids like msflexgrid in vb. so i wrote the following code. the problem is it works fine under ir but not in firefox. help me.


    <html>
    <head>
    <title>Gettin g Sticky</title>

    <script type="text/javascript">

    var iC =0 , iR = 0 ;
    var tblWidth =0 ,tblheight = 0 ,tblColspan =0,tblRowspan =0;...
    See more | Go to post

  • 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
Working...