我的网站有问题。在索引上定义了图像。图像仅在 Firefox 中显示。在 chrome 中它不显示,我不知道为什么..有人可以帮助我吗?谢谢
索引.php
<div id="advert">
<a href="#"><img src="img/advertisement/topbanner.jpg" alt="MyWebsite" title="MyWebsite" /></a>
</div> <!-- advert -->
CSS
#advert {
height:200px;
width:460px;
}