instead of div#main and div#sidebar i put this code (like it write here http://forum.cmsmadesimple.org/index.ph ... l#msg69622 )
div#main {
float: right;
width: 57%;
margin-left: 0px;
margin-right: 16px;
padding: 2px;
background-color: #e1ffe3;
}
div#sidebar {
float: left; /* set sidebar on the left side. Change to right to float it right instead. */
width: 18%; /* sidebar width, if you change this please also change #main margins */
display: inline; /* FIX IE double margin bug */
margin-left: 1em;
background-color: #feff8d;
}
div#rightsidebar {
float: right;
margin-left: 3px;
margin-right: 3px;
margin-bottom: 5px;
width: 19%;
padding: 2px;
background-color: #aefff9;
}
On picture example1.gif I get this kind of background colour, but I would like that colour is full until down of page, like in example2.gif
How to make that colour in columns going to down of page?