View Single Post
  #9  
Old 02-14-2010, 06:25 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

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

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)
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote