I am using a background color to separate/highlight my comments within a book for a review site. The book text is normal with no (white) background. My comments use the following css:
#my-post-response{
margin: 5px 5px 10px 20px;
background-color:#FFFFCC;
border: 3px solid #888;
font-style: italic;
font-weight: bold;
padding: 10px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;
position: relative;
behavior: url(/border-radius.htc);
}
The problem is that the comments are in random areas and when google adsense is adjacent, the text doesn't overlap but the background-color does. Please view this screenshot: http://screencast.com/t/qRexO78j2