Message Thread: |
View All MessagesBack to WebFX |
Hello, I have a problem with the appendchild DOM method when trying to append consecutive DIV nodes. After the code is executed I can find an undesired line break between the two DIVs. I'm using IE 5.5. The code misworking is this var node1 = DIVNode.cloneNode(true); //a DIV node TDNode.appendChild(node1); Can someone help me to work around it? Thank you in advance. |