Hi marinolab,
since you’ve enabled css compression I can’t give you line numbers but this should work too if you search in that file:
/templates/ja_teline_iv/html/mod_janews_featured/default/style.css
To change the background color of the big news item look for this code and change the colors to whatever you like.
Title
.ja-zinfp-featured h2.ja-zintitle a {
background: #000;
border-bottom: 1px solid #ccc;
color: #ccc;
padding: 8px 12px;
text-decoration: none;
}
Title mouse over
.ja-zinfp-featured-border:hover h2.ja-zintitle a,
.ja-zinfp-featured h2.ja-zintitle a:hover,
.ja-zinfp-featured h2.ja-zintitle a:active,
.ja-zinfp-featured h2.ja-zintitle a:focus { background: #069; color: #fff; }
Content
.ja-zinfp-featured .ja-zincontent-img {
background: #000;
border: 5px solid #000;
border-bottom: 0;
margin: 0;
}
Content mouse over
.ja-zinfp-featured-border:hover .ja-zincontent-img { background: #069; border-color: #069; }
That’s basically it 🙂
I didn’t understand what troubles you have with IE9. Please describe further.
If you have any further questions, please don’t hesitate to ask.
Cheers
Frank