sackstein
11-04-2009, 01:27 AM
Hi all,
I have a div positionied at the bottom of the screen by using absolute positioning:
.footer {
width:95%;
height:60px;
position:absolute;
margin-top:25px;
bottom:0px;
float:left;
background:#f89820 url(images/top_right_or.png) top right no-repeat;
min-width:500px;
}
this works well until someone has a small screen and that bar moves up and overlaps my content. How can I make the div stop at a certain point on smaller screens so that the page becomes scrollable instead? Thanks for any help.
I have a div positionied at the bottom of the screen by using absolute positioning:
.footer {
width:95%;
height:60px;
position:absolute;
margin-top:25px;
bottom:0px;
float:left;
background:#f89820 url(images/top_right_or.png) top right no-repeat;
min-width:500px;
}
this works well until someone has a small screen and that bar moves up and overlaps my content. How can I make the div stop at a certain point on smaller screens so that the page becomes scrollable instead? Thanks for any help.