I am trying to put an image on the page using css.
So what am I doing wrong here:
html
CSS
Any help is appreciated!
So what am I doing wrong here:
html
Code:
<div class="fslimgcallnow">
</div>
CSS
Code:
div#fslimgcallnow { background: url(skins/clearstyle/img/callnow.png) no-repeat top; height: 107px; width: 60%; float: right; }
Any help is appreciated!