# Easy css question

**URL:** https://forum.kirupa.com/t/easy-css-question/193549
**Category:** web dev
**Created:** [July 14, 2006, 1:15am UTC](https://forum.kirupa.com/t/easy-css-question/193549 "2006-07-14T01:15:25Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![brndn](https://avatars.discourse-cdn.com/v4/letter/b/dec6dc/32.png) [@brndn](https://forum.kirupa.com/u/brndn)
#### Post date: [July 14, 2006, 1:15am UTC](https://forum.kirupa.com/t/easy-css-question/193549/1 "2006-07-14T01:15:25Z")

</div>

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?

```auto

div#right_panel{ float:right; width: 220px; display: block; 
background: url(../images/right_repeat.png) repeat;
height: 737px;
}

```

Hope this makes sense :cyborg:
