JSFiddle - React, Tailwind, and code Playground
by ryanbrill
HTML
<div class="item">
<span></span>
<!--<img src="http://devwin08net44.solutionset.com/i/home/hero-1-blue.png" alt="" />-->
</div>
CSS
.item {
filter: alpha(opacity=50);
zoom: 1;
}
.item span {
display: block;
filter: alpha(opacity=50)progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',sizingMethod='image',src='http://devwin08net44.solutionset.com/i/home/hero-1-blue.png'); /* IE6 & 7 */
zoom: 1;
width: 950px;
height: 250px;
}