|
Posted by Shelly on 12/04/07 13:43
Shelly wrote:
> 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.
When I put in the missing </div> in my example, it still tiles in IE, but
not in FF. OK, so this is an IE problem. How do I fix this?
Navigation:
[Reply to this message]
|