Tiling of background image.
am 04.12.2007 13:31:18 von ShellyHere is the URL:
www.sheldonlg.com/css.htm
The problem is this. Without the
background image from the #navWrapper does not tile. It shouldn't. Once I
put in that div, it tiles in the background. The index-01 is:
#index-01 {
position:relative;
width:900px;
height:132px;
background-image: url(http://www.thenursebook.com/images/index_01.gif);
}
If I remove the height: 132px; then it doesn't tile, but the image doesn't
appear either.