Rounded corners changed without images is ok w/ Firefox but not IE8.
There is also Errors found while checking this document as XHTML 1.0 Transitional!
Result: 13 Errors
one of the problems is in a plugin:
Code:
$output = preg_replace('#((?:<td class="tcat"[^>]*?>)(?:\s*<div[^>]*?>)?)(.*?)((?:</div>\s*)?(?:</td>))#is', '$1<h4>$2</h4>$3', $output);
result output is:
Code:
<div class="smallfont">Main Category Description</h4></div>
killing <h4></h4> fixes the errors, but not the rounded corners in IE8.