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 .
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
display: table;
and
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