Fix for CSS3 boxes not rendering in IE8 and below properly...
In your chosen theme...
skin/smart_template/custom/themes/xxxx.css
Below...
Code:
/*--------------------------------------------------------
MENU & DIALOG BOXES - ROUNDED JAVASCRIPT
--------------------------------------------------------*/
Add this additional line of CSS code to each rule...
Code:
position: relative;
( from
h3.menu_title to
.dialog_content_filled )