<script language="JavaScript" type="text/JavaScript"> function position() { var el = document.getElementById("element"); el.style.left = "0px"; el.style.posLeft = 0; el.style.top = "0px"; el.style.posTop = 0; } window.onload = position; </script> <h1>w3mentor</h1> <p>Some sample text. Some sample text. Some sample text. Some sample text. Some sample text. Some sample text. Some sample text. Some sample text. Some sample text. […]
Continue reading...
Continue reading...