出于某种原因,在此页面上,图像没有整齐地放置在矩形内;相反,它们在 IE、Chrome 和 Firefox 中略微向右移动。
<img height="350" width="150" class="product_image" id="product_image_<?php echo wpsc_the_product_id(); ?>" alt="<?php echo wpsc_the_product_title(); ?>" src="<?php echo wpsc_the_product_thumbnail(); ?>" />
我将图像设置为高度为 350,宽度为 150 以保持均匀性。“矩形”本身是
<div class="item_image">
<a href="<?php echo wpsc_the_product_permalink(); ?>"> <!--IMG HERE--></a></div>
我正在将 WP e-Commerce Grid View Lite 插件与 WP e-Commerce(另一个 Wordpress 插件)一起使用。