Ok...so I am finally getting with it and building some of my sites strictly with CSS (always did basic html with tables before). Anyway, in one of my columns I want a certain background image. So when I place the following code:
Quote:
#insidecontent {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 10pt;
background-image:url(images/body.jpg);
background-repeat:no-repeat;
background-color: #ffffff;
padding-left: 6px;
color: #000000;
margin-top: 0px;
margin-left:0px;
float: right;
width: 660px;
height:550px;
}
|
The image is perfect but it makes the column a certain height. When I take out the height is doesn't show my complete image. I want the entire image to be in the background - top right. BUT I don't want to specify a height to that column.
I'm attaching a picture of how I want it but I like I said I want the column to be fluid. (it is the bottom left image with the faded tree picture)