CSS问题 - 定位

时间:2014-09-04 00:24:25

标签: html css

此代码适用于最新的浏览器,但不适用于Firefox 29.这是电子商务模板页面的一部分,我遇到的问题是图像只显示一次且不合适。当它正常工作时,图像会重复并位于正确的位置。

<style>
.standard-logo_container, .hoodie-logo_container {
    width: 61px !important;
    height: 62px !important;
    position: absolute !important;
    top: 48px !important;
    left: 84px !important;
}
.standard-logo_container img, .hoodie-logo_container img {
    width: 61px !important;
    height: 62px !important;
    border: none !important;
}
</style>
<td valign="top" class="ProductListImageCell" height="10" style="position:relative;;">
  <a href="[[DetailsURL]]">
    <div class="standard-logo_product-list">PleaseReplaceMe</div>
    <div class="hoodie-logo_product-list">PleaseReplaceMe</div>[[Thumbnail]]<br>
    <span class="ProductNameLink">[[ProductName]]</span><br>
  </a>
</td>

0 个答案:

没有答案