Hello, I'm completely stuck here and would appreciate some help from you guys.
I'm creating a new website, please take a look at the attached layout.
My problem is that the DIV must cover the screens height, but exluding the top table row with the logo. I have tried height 100%, but this does not take the top table row into consideration. The div is inside a row split in two below the top row.
This the last css I tried:
Code:
#articleListContainer{
float:left;
overflow:auto;
position: absolute;
width:250px;
height: 100%;
}
Anyone? 
|