Posts: 488
Name: Chip Johns
Location: Savannah Georgia
|
It looks like to me that the content is there but it is covered up with
the black background image. (Click on the links in IE and notice that
the content flashes real quick before the image loads.)
Try taking that image out and see what happens...
Code:
div.info_box {
width: 307px; height: 223px;
position: absolute; left:135px; top:142px;
background-image: url(images/1_10.gif);
background-repeat: no-repeat;
}
See if you can see the text when you take this out. IF you can then you
know where the problem is. Then I'm guessing that you can mess
with the z-index to get the image below the text.
Someone may have a hack for this that I don't know about...
This will give you a place to start.
|