View Single Post
  #10  
Old 02-21-2010, 12:36 PM
 
jwilkers jwilkers is offline
 

Advanced Member
  
Join Date: Oct 2005
Posts: 93
 

Default Re: product details in IE....err my div is floating away

Quote:
Originally Posted by cflsystems
It seems to me now that you are trying to create 2 column layout for product details page? If that's the case move the description <div>descr</div> inside <div class="image">

<div class="image">
current contents
<div>descr</div>
</div>

You will also need to re-align the descr to left (as image column is center aligned)

Great! Thanks for sharing your div/xcart experience
__________________
JW - Xcart Version: several
dragged one cart's database kicking and screaming from 4.0.16 to 4.4.1.
Reply With Quote