# Css div height problem

**URL:** https://forum.kirupa.com/t/css-div-height-problem/187030
**Category:** Uncategorized
**Created:** [April 26, 2006, 7:53am UTC](https://forum.kirupa.com/t/css-div-height-problem/187030 "2006-04-26T07:53:33Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Ubik](https://avatars.discourse-cdn.com/v4/letter/u/b38774/32.png) [@Ubik](https://forum.kirupa.com/u/Ubik)
#### Post date: [April 26, 2006, 7:53am UTC](https://forum.kirupa.com/t/css-div-height-problem/187030/1 "2006-04-26T07:53:33Z")

</div>

Hello everyone  
I posted this in the wrong forum so i’m putting this here. Can a mod delete the other thread ? (it’s in the server-side forum)

I’m working on a new site and i’m having some troubles with my css layout.

You can take a look at it here [http://www.artefakt.be/new/index.html](http://www.artefakt.be/new/index.html) .  
In Firefox it works well but in IE my title on the left column should be at the same height as the right one. I’m using

```auto
display: table;

```

and

```auto
display: table-cell;

```

for the div content and the classes cleft and cright because the height of the content div didn’t flow the content of the classes. If someone has better idea how to do this, i take it ! 🙂  
Thanks !  
Ubik
