|
Further to my last post.
The source code reveals a div for the image being set and the width is left blank.
<body class="page-popup catalog-product-gallery">
<!-- [start] content -->
<div style="width:px; margin:0 auto;">
<div class="a-right"><a href="#" onclick="window.close(); return false;">Close Window</a></div>
<div class="a-center">
<a href="http://dannabananas.ca/catalog/product/gallery/image/10/id/17/" class="product-gallery-nav"><strong>Next »</strong></a>
</div>
<div class="a-left">Cool Jazz Ice Stirres</div>
<img src="http://dannabananas.ca/media/catalog/product/cache/1/image/5e06319eda06f020e43594a9c230972d/f/i/file.gif" alt="Cool Jazz Ice Stirres” title="Cool Jazz Ice Stirres” id="product-gallery-image" style="display:block;" />
<div class="a-center">
<a href="http://dannabananas.ca/catalog/product/gallery/image/10/id/17/" class="product-gallery-nav"><strong>Next »</strong></a>
</div>
<div class="a-right"><a href="#" onclick="window.close(); return false;">Close Window</a></div>
</div>
|