Quote Originally Posted by BrianWI View Post
IE8. But it does seem to happen in compatibility mode only. Still may be worth a fix.
open includes/templates/comstock/templates/tpl_product_info_display.php

find the following section of code
Code:
 <!--bof Product description -->
 <div id="productDescriptionBox">
and replace it with the following

Code:
<br class="clearBoth" />
 <!--bof Product description -->
 <div id="productDescriptionBox">