HI,
I am trying to adapt a three column layout that I copied from a book. So far it seems to be working OK. But when I try to drop a background image in to the right column the image does not show because there is no text in the right column. If I add text part of the image shows. Is there a way I can use this image and get it to appear properly without adding text to the right column.
Here is the CSS:
#right {
background-image: url(../images/leaf.gif);
background-repeat: no-repeat;
border: 1px solid pink;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
height: auto;
width: 160px;
float: left;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 6px;
Many thanks,
Slooshy





Bookmarks