Forum Moderators: not2easy
Is there any way to make it load before any other image?
HTML;
<a class="banner" href="http://www.example.com/"></a> CSS;
.banner {
background: #000000 url(http://www.example.com/banner.png);
height: 150px;
width: 717px;
border: 0px;
display: block;
}