View Single Post
  #1  
Old 02-09-2009, 09:10 AM
 
GreatLakesVacuum GreatLakesVacuum is offline
 

eXpert
  
Join Date: Jan 2009
Posts: 286
 

Question Removed float - only worked in FF, need better solution

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; }
__________________
X-Cart 4.5.4 Gold (Live Business Site)
X-Cart 5.1.9 Business (In Development Now)
Reply With Quote