主画廊图像不居中

时间:2011-10-13 18:43:58

标签: html css image center

顶部的主图像似乎并不是Internet Explorer的中心。任何帮助非常感谢:

网页网址:http://cgi.ebay.co.uk/ws/eBayISAPI.dll

代码:                   

<div class="fadein">
Images</div>


</div><!-- End Images -->
</div><!-- End Main -->
</div><!-- End Photo -->

1 个答案:

答案 0 :(得分:0)

只需在代码中添加更新,希望这会有所帮助:

#home .photo {
    background: url("http://www.example.com/path/to/image.gif");
}
相关问题