Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Adding a right sidebar at front page

Okay almost there. I now have:

#hottags {

float: left;

width: 150px;

overflow-x: hidden;

position: absolute;

}

#discussions {

margin-left: 170px;

width: 420px;

position: absolute;

}

#rightbar {

margin-left: 610px;

width: 150px;

overflow-x: hidden;

position: absolute;

}

The right bar is alligned properly now, BUT the footer is moved up also. So the footer crosses the 3 collumns. All is mixed now, how to get the footer back down again?

Thx

Skip to toolbar