I'm not certain how to get the effect in IE that I'm already getting in FireFox. In FireFox the site that I've just started developing appears as I would like it to. The background image appears behind the content text.
Here's some relevant code:
<BASE TARGET="contentframe">
<div class="content">
<iframe frameborder="0" src="H_Home.html" name="contentframe" id="adframe" width=860 height=400></iframe>
</div>
in the css file:
.content{
position: relative;
top:140px;
height:600px;
width:750px;
left: 125px;
}
So the idea is that with each link the referenced material goes into the iframe. It works, but in IE the frame wipes out the background image while in FireFox the image shows through the iframe background.
How do I get the same look in IE?
Here's the site:
http://hovsc.org/CGW%5FTest/