I utilize border-radius.htc to create rounded corners on older versions of Internet Explorer that do not support the border-radius CSS property. I follow the instructions provided in the documentation to implement it properly. It works perfectly on a simple demo page I created:
However, when I apply the same method to a more complex page like , it works in IE6 but causes issues in IE8. Specifically, it fails to show the tan background-color of the div where border-radius.htc is used. The HTML and CSS for the rounded box section are similar to those on the test page linked above, but the problem persists. I am seeking assistance in identifying the issue and finding a solution. Can anyone help me troubleshoot and resolve this?