
Originally Posted by
raimond
I want a border on the centerColumn
Okay, no problem
.centerColumn {
border: 1px solid #cacaca;
margin: auto;
height: 100%;
}
but the problem is, that the centerColumn doesn't have the height of 100%.
How can I get the height of 100%?