raphael9999
06-22-2006, 05:06 AM
Hi. I m having a hard finding what the problem with this code: it can't dispaly images in firefox but its perfect in IE.
html code:
<div id="container">
<ul>
<li>
<img src="file:///D|/Superman Site/Resource/super_800_1.jpg" alt="Alpha" title="Alpha" />
<br />
ALPHA
<br />
Photographed by Dorota Mrowka, courtesy of the stock.xchng
</li>
</ul>
</div>
css code:
#container {
position:relative;
width:770px;
height:396px;
margin:20px auto 0 auto;
border:1px solid #aaa;
}
thanks.
html code:
<div id="container">
<ul>
<li>
<img src="file:///D|/Superman Site/Resource/super_800_1.jpg" alt="Alpha" title="Alpha" />
<br />
ALPHA
<br />
Photographed by Dorota Mrowka, courtesy of the stock.xchng
</li>
</ul>
</div>
css code:
#container {
position:relative;
width:770px;
height:396px;
margin:20px auto 0 auto;
border:1px solid #aaa;
}
thanks.