Javascript: document.getElementById("myDiv").style.marginLeft = "100px"; HTML: <table><tr><td align=center><div id="myDiv"> . . . </div></td></tr></table> |
Guess what? It was due to the very unexpected "align=center" that prevents the div beneath from moving anywhere.
Weird problem. Weird cause.
No comments:
Post a Comment