3 column layout - background image all the way down?
Posted: Wed Sep 12, 2007 9:54 pm
Hi there,
I now have a left and right hand column.
However, i have a background image whihc I wish to use to fill the entire left and right columns. At the moment, the background image only covers where the content is on the left and right.. I want it to go right the way down to meet the main middle content.
Do you have any ideas how I can do this?
This is the code I am using:
I have also attached an image of what I mean:
http://www.upload3r.com/serve/120907/1189634053.jpg
Any help would be very much appriciated
I now have a left and right hand column.
However, i have a background image whihc I wish to use to fill the entire left and right columns. At the moment, the background image only covers where the content is on the left and right.. I want it to go right the way down to meet the main middle content.
Do you have any ideas how I can do this?
This is the code I am using:
Code: Select all
div#leftsidebar {
float: left;
width: 230px;
margin-left: 0px;
margin-right: 0px;
background-image: url('images/leftbg.jpg');
background-repeat: repeat-y;
padding: 2px;
}
http://www.upload3r.com/serve/120907/1189634053.jpg
Any help would be very much appriciated
