|
Posted by Shelly on 12/04/07 12:31
Here is the URL:
www.sheldonlg.com/css.htm
The problem is this. Without the <div "index-01" ></div>, the green
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.
Navigation:
[Reply to this message]
|