idtstudios2
Programmer
I have been trying to convert the following document.write to DOM but have not been able to get it right.
document.write('<div id="topbanner" style="position: absolute; top: 0; left: 0; background: #14568a; width: 100%; height: 30px; font-size: 12px; "><p>test</p></div>');
Could someone please point me in the right direction. Thanks
document.write('<div id="topbanner" style="position: absolute; top: 0; left: 0; background: #14568a; width: 100%; height: 30px; font-size: 12px; "><p>test</p></div>');
Could someone please point me in the right direction. Thanks