Adding a few minor custom style includes is breaking IE8 to the point it is only showing background and nothing else. I tried forcing "compatibility mode" it does not make any difference.
There is nothing unusual in the list of the includes:
.suf-widget a, .suf-widget a:visited {
color: #528F6C;
text-decoration: underline;
}
.widget_categories ul li {
background-image: none;
}
.dbx-handle {
border-bottom: 1px dotted #FFFFFF;
margin: 0;
padding: 20px 24px 4px 10px;
position: relative;
}
Working fine with Firefox and Opera...
