Tag Archives: object

Window Object Screen Member Variables Overlay Tutorial

Onto yesterday’s Window Object Screen Member Variables Tutorial we nuance … “overlay” if (navigator.userAgent.match(/Android|BlackBerry|iPhone|iPad|iPod|Opera Mini|IEMobile/i)) { document.body.innerHTML+='<span id=vertborder data-class=”hseparator” style=”color:transparent;position:absolute;left:91%;top:50%;z-index:99;transform:rotate(90deg);”>document.documentElement.clientHeight=’ + document.documentElement.clientHeight + ‘</span>’; } else { document.body.innerHTML+='<span id=vertborder data-class=”hseparator” style=”color:transparent;position:absolute;left:94.25%;top:50%;z-index:99;transform:rotate(90deg);”>document.documentElement.clientHeight=’ + document.documentElement.clientHeight + ‘</span>’; } and “flex” <style> .hseparator … Continue reading

Posted in eLearning, Event-Driven Programming, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , | Leave a comment

Window Object Screen Member Variables Tutorial

We stumbled upon an excellent diagram image to explain some of the window object member variables available to Javascript DOM and describing the various dimensions of device screen parts at https://moo-you.tistory.com/882 … … thanks. Knowing that, we harnessed the great … Continue reading

Posted in eLearning, Event-Driven Programming, Tutorials | Tagged , , , , , , , , , , , , , , , , , | Leave a comment