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 productdisplay might be misinterpreted by IE. I also suspect that the div entitled single_product_display is 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