I have been trying to get this layer, which contains a alert message that is 400x100px in size, in the upper right hand corner of the browsers "inner width" by using the window.innerWidth control.
Does anyone know how to do this? All examples of this sort of thing on the internet do not deal with layers and so i cant figure this out.
<!-- BEGIN FLOATING LAYER CODE //-->
<div id="theLayer" style="position:absolute;width:400px;left:100;top:50;visibility:visible">
I can share my full code if you email me directly at jwilliams AT thinkstream DOT com
Does anyone know how to do this? All examples of this sort of thing on the internet do not deal with layers and so i cant figure this out.
<!-- BEGIN FLOATING LAYER CODE //-->
<div id="theLayer" style="position:absolute;width:400px;left:100;top:50;visibility:visible">
I can share my full code if you email me directly at jwilliams AT thinkstream DOT com