function createDivs() { var iframeWrapper = document.createElement("div"); var iframeMiddle = document.createElement("div"); var iframeInner = document.createElement("div"); iframeWrapper.id = "iframe_wrapper55"; iframeWrapper.style.cssText = "background: transparent url('http://android.menu55.cz/data/iframe/samsung_telefon.png') no-repeat top left; width: 577px; height: 1054px; position: relative;"; iframeMiddle.id = "iframe_middle55"; iframeMiddle.style.cssText = "position: absolute; width: 498px; height: 832px; max-width: 498px; max-height: 832px; overflow: hidden; top: 100px; left: 40px; background-color: #000000;"; iframeInner.id = "iframe_inner55"; iframeInner.style.cssText = "width: 498px; height: 832px; max-width: 498px; max-height: 832px; overflow: hidden; margin: 0 auto;"; iframeInner.innerHTML = ''; document.getElementById('menu55').appendChild(iframeWrapper); document.getElementById('iframe_wrapper55').appendChild(iframeMiddle); document.getElementById('iframe_middle55').appendChild(iframeInner); } createDivs();