I my continous quest of keeping myself sleepless I have found another problem.
I have found out how to place a transparent png behind posts. So far so good, but the problem is when I've got a post with a quite large image and not so much text, then the post becomes smaller than the image. It's hard to explain, and the site is on a local server, but I have an image that hopefully can explain what I mean.
The red color is just temporary to show the problem, and as you can see the image and the size of the post itself does not match.
The css I'm using is:
.post{
background-color:#C00;
/*background:url(images/index-top.jpg) 0px 0px repeat;*/
margin-top:10px;
padding:10px;
}
Does anyone have a clue how I can get the background image (or color in this case) to get the right size as the post?