Hello all, We were trying to make it so that our details always showed under the image box due to compatibility with smaller monitors and I found a simple fix, by commenting out the float but it doesn't work for IE.
What is the better way to accomplish this?
Here is the page to view in FF and IE to understand the difference:
http://www.greatlakesvacuum.com/xcart/product.php?productid=93&cat=1&page=1
And here is the code from main.css including my commented out float entry:
Code:
.product-details .image {
text-align: center;
vertical-align: top;
padding: 0px;
/*
float: left;
*/
margin: 10px;
}