<em>@cadaccent 184708 wrote:</em><blockquote>I have located the problem. This problem only occurs when I edit the CSS file (ja.jobboard.css ).
The only thing I changed is the color setting for the background.
}
#ja-splitcontent {
border: 1px solid #E7E8E6;
border-bottom: none;
padding: 5px 15px;
color: #626A69;
background: transparent;
}
When I restore the original file, view resume details works in both Explorer and Firefox
Is there a workaround?</blockquote>
Hi there,
Please refer to this article via http://www.codingforums.com/archive/index.php/t-165123.html for your solution.
IE does not support “background: transparent;” you must declare the image in that background command line.