More CSS Help plz

Permabanned
Joined
19 Apr 2006
Posts
2,333
Location
West Yorkshire
I am trying to put an image on the page using css.

So what am I doing wrong here:

html
Code:
		<div class="fslimgcallnow">
			&nbsp;
		</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!
 
Back
Top Bottom