
Originally Posted by
moderncraft
I'm experiencing this same issue, in IE7.
Things work as expected everywhere else (FF, Safari, Opera), but the cartAdd box and productDetailsList fail to show.
They do appear when "viewing source", but are not visible on the page.
I added a <br class="clearBoth" />, to no avail.
Ideas?
UPDATE:
I have found that the add-to-cart DIVs (and likewise the "model#:" ones) were not showing anywhere, in Explorer 7. A simple, but inexplicable, solution I've got going is to wrap the shopping cart area with an unclassed DIV tag. I'm not sure why this started happening, as it works everywhere but in IE.
Example, using includes/templates/template_default/templates/tpl_modules_product_listing.php:
Code:
<!--NEW CODE--><div><!--END NEW CODE-->
<div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_ADD_PRODUCTS_TO_CART, BUTTON_ADD_PRODUCTS_TO_CART_ALT, 'id="submit2" name="submit1"'); ?></div>
<!--NEW CODE--></div><!--END NEW CODE-->
(from http://www.modern-craft.net/shop )
?
Is this some IE/CSS bug, or have I just gone and missed something?