我目前正在尝试找出 IE9 和 magento 的问题,下面的截图更好地解释了这个问题(这在 FireFox/Opera/Chrome 中很好)或这里http://foscamuk.co.uk/indoor-ip-cameras .html:
这显然是一个 IE 兼容性问题,但我不知道从哪里开始寻找,CSS 代码在这里:
.products-grid-container{ background:#fafafa; padding: 5px 0; border:1px solid #ffffff; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; box-shadow:0 0 3px #ccc; }
.products-grid { position:relative; }
.products-grid li.item { float: left; padding: 15px 5px; width: 160px; text-align:center; position: relative; background:url(../images/bg-li-product.png) 100% 10px no-repeat; }
.products-grid li.last{ background:none; }
.products-grid .product-image { display: block; height: 120px; margin: 0 0 15px 10px; width: 135px; }
.products-grid .product-name { color: #555; margin: 5px 0 17px; padding:0 10px; font-weight:400; }
.products-grid .product-name a { color: #555; font-size:110%; }
.products-grid .product-name a:hover{color:#D92D37;text-decoration:none; font-weight:400;}
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { background:url(../images/bg-action.png) 50% 100% no-repeat; padding:0 0 30px; }
.products-grid.last .actions{ background:none;}
.products-grid .actions .add-to-links { display:none; }
虽然我已经引起了您的注意,但也在此页面上,如果您查看底部工具栏,列表图像似乎位于它应该位于的下方 - 不完全确定为什么会发生这种情况,因为它运行的代码与顶部工具栏完全相同.
谢谢您的帮助