Possible Duplicate:
Position an element from the end of the document at the top of the page
Hi
<div id="debug">
blabla
</div>
</body>
How can I move the #debug div after at the beginning of the document, after <body>, using only javascript ?
Try this:
Demo: http://jsfiddle.net/ThiefMaster/BuAau/
If you have jQuery available:
Demo: http://jsfiddle.net/ThiefMaster/BuAau/1/