could it be that i am defining positions with percents?
here's an example of one code
CODE
.div1 {
background-color:black; color:white;
border:2px solid; border-color:silver;
width:789px; height:1000px; overflow:inherit;
position:absolute; z-index:2; left:50%; top:0%;
margin-left:-394px; margin-top:150px; text-align:center;
visibility:visible;}
marquee { z-index:8; }
background-color:black; color:white;
border:2px solid; border-color:silver;
width:789px; height:1000px; overflow:inherit;
position:absolute; z-index:2; left:50%; top:0%;
margin-left:-394px; margin-top:150px; text-align:center;
visibility:visible;}
marquee { z-index:8; }