[Plugin: WP eCommerce] Product Pages hide content in Internet Explorer
-
For some strange reason, the content that appears on my individual product’s pages in normal browsers simply disappears when view in Internet Explorer.
I suspect that something strange is happening with the way IE interprets the div’s that WP eCommerce creates.
In particular, the div that holds all of the products info and text is named
productdisplaymight be misinterpreted by IE. I also suspect that the div entitledsingle_product_displayis being messed up by Internet Explorer.These two divs are defined as follows in my default.css (the default template using the default view):
div.productdisplay{ position:relative; float:left; clear:both; top:0px; left: 0px; /* margin-top: 10px; */ margin-bottom: 20px; width: 100%; text-align: left; }There is no div defined for
single_product_display, only this:
div.single_product_display div.textcol{/* Adjust this width according to your layout*/ width:41%; margin-right:15px; }I’ve appended my best guesses onto a post on the Instinct Entertainment support forums:
http://www.instinct.co.nz/forums/topic.php?id=894
The topic ‘[Plugin: WP eCommerce] Product Pages hide content in Internet Explorer’ is closed to new replies.