JesusWaffle
09-30-2004, 09:50 PM
I am cuurrently building a web site, to state the obvious. There is no content yet, as I am still working on the layout. Anyway, I am having an issue where one of my divs' background images does not display, and a span inside the div has the same issue. All other background and foreground images display normally. I have validated my CSS and XHTML, and both are valid. The images exist and are not corrupted and I have typed in the URL for each correctly. My page is here (http://www.w00tism.net/prototype2.shtml), my stylesheet is here (http://www.w00tism.net/basicstyles.css), and the problematic images are here (http://www.w00tism.net/images/navbar.jpg) and here (http://www.w00tism.net/images/navbarend.gif). Any help would be greatly appreciated. Also, here are the style properties for the problematic pieces:
#navbar {position: absolute; top: 400px; left: 0px; height: 150px; background-image: url(http://www.w00tism.net/images/navbar.jpg)}
#navbarend {width: 150px; height: 150px; background-image: url(http://www.w00tism.net/images/navbarend.gif); position: relative; top: 0px; right: -150px}
The strangest bit is that they worked a while ago, and then stopped working suuddenly, even though I had not changed anything relating to them.
#navbar {position: absolute; top: 400px; left: 0px; height: 150px; background-image: url(http://www.w00tism.net/images/navbar.jpg)}
#navbarend {width: 150px; height: 150px; background-image: url(http://www.w00tism.net/images/navbarend.gif); position: relative; top: 0px; right: -150px}
The strangest bit is that they worked a while ago, and then stopped working suuddenly, even though I had not changed anything relating to them.