Change opacity of background color or html tag
I'm new to jquery and still trying to figure out the syntax.
I would like to change the opacity of the background color of the h2 tag in this block of html:
-
<div class="feature_item">
<a href="#"
<img src="#" />
<h2>Heading</h2>
</a>
</div>
Can I change the opacity of the background or the element or will it reduce the opacity of the text as well?
Will I run into any problems with I.E.?[/code]