How do I create a stationary div (one that remains still) while the the rest of the page scrolls up?
.div5 {
background-color663399; color:white;
border2px solid; border-color:ffffff;
width:200px; height:200px; overflow:auto;
position:absolute; z-index:1; left:50%; top:0%;
margin-left:-450px; margin-top:280px; text-align:center;
visibility:visible;}
I already tried chaning the position to 'fixed' but no dice...thanx in advance
.div5 {
background-color663399; color:white;
border2px solid; border-color:ffffff;
width:200px; height:200px; overflow:auto;
position:absolute; z-index:1; left:50%; top:0%;
margin-left:-450px; margin-top:280px; text-align:center;
visibility:visible;}
I already tried chaning the position to 'fixed' but no dice...thanx in advance
Comment