| 
 | 
 
http://www.securitysmarthome.com/wireless-siren-with-voice-message-record.html 
 
在Firefox, 360,等等浏览器中可以正常显示左边的产品图,但是在IE中,产品图就下来了. 我这个页面有两个FORM,删掉后面一个就可以正常显示, 后面一个Form代码是: 
 
         
<form method="post" action="<?php echo $this->getUrl('contacts') ?>"> 
<input name="productname" type="hidden" value="<?php echo $_helper->productAttribute($_product, $this->htmlEscape($_product->getName()), 'name') ?> [ Sku: <?php echo $_helper->productAttribute($_product, $this->htmlEscape($_product->getSku()), 'sku') ?> ] " />  
<input type="image" <img src="<?php echo $this->getSkinUrl('images/faq1.gif') ?>" alt="<?php echo $this->__('contact us for security products wholesales!!!')?>" /> 
</form> 
 
这个是控制产品显示的DIV, 
<div class="product-img-box"> 
<?php echo $this->getChildHtml('media') ?> 
        </div> 
 
怎么会显示不一样呢,,,,IE里一定要把上面那段删了才可以正常显示.求解!!!! |   
 
 
 
 |