Can some one help me with this question please.
I have built a site using primarily css to hold the structure. It is a fairly standard site with a right div area. (down the side)
How do i make it push to the footer?
so if i add text to the area left of right div it will auto push to the very bottom?
at the moment I am having to set the height?
div#right_panel{ float:right; width: 220px; display: block;
background: url(../images/right_repeat.png) repeat;
height: 737px;
}
Hope this makes sense :cyborg: