Main gallery images not centering
The main image at the top does not seem to centre in internet explorer. Any help greatly appreciated:
Webpage URL: http://cgi.ebay.co.uk/ws/eBayISAPI.dll?
Code:
<div class="fadein">
Images</div>
</div><!-- End Images -->
</div><!-- End Main -->
</div&g开发者_如何学JAVAt;<!-- End Photo -->
Just add update in your code, hope this will help :
#home .photo {
background: url("http://www.example.com/path/to/image.gif");
}
精彩评论