
Originally Posted by
stevesh
This is what's causing the problem, I think:
<div class="prodPrice">
<div class="prodPriceContainer">
<div style="float: left; font-size: 16px; font-weight: bold; margin-top: 6px;">Online Price: </div><div style="color: #FF0000; font-size: 13px; float: left;">
<!--bof Product Price block -->
<h2 id="productPrices" class="productGeneral">
£1,000.00<br /></h2>
<!--eof Product Price block -->
</div>
You added the red part, but you have the regular Product price Block inside that div, and you never closed two of the divs.
BTW, your product description is still messed up in IE6 and 7.