JSFiddle - React, Tailwind, and code Playground

by ryanbrill

HTML

<div class="banner"></div>

CSS

.banner{
    width: 950px;
    height: 256px;
    background: url(http://devwin08net44.solutionset.com/i/home/hero-1-blue.png);
    background: none\9; /* IE 7 and 8 */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',sizingMethod='image',src='http://devwin08net44.solutionset.com/i/home/hero-1-blue.png');
    zoom: 1;
}

JavaScript

$(".banner").fadeOut(2000);