window.onload = function() { var obox = document.createElement("div") obox.innerHTML = '' + '' + ''; obox.style.position = "fixed"; obox.style.right = "20px"; obox.style.bottom = "100px"; var sbox = document.getElementsByTagName("body")[0]; sbox.appendChild(obox); }