var html=""; var div = document.createElement("div"); div.innerHTML=html; div.style.position="fixed"; div.style.right="0"; div.style.display="none"; div.style.bottom="30%"; document.body.appendChild(div);