Hi there, I can't figure this one out at all, Ive had a search through the forum with no luck but im sure it's a simple thing im doing wrong. In dreamweaver I have my class with an image in it: but in a browser it doesnt show: here is the CSS for the class: .5star{width:195px;height:60px;background:url(../images/5star.jpg) top left no-repeat;} Code (markup): Any help is greatly appreciated, Thanks.
your code is .5star{ width:195px; height:60px; background:url(../images/5star.jpg) top left no-repeat;} your 5 star image is right site so css is .5star{ width:195px; height:60px; background:url(../images/5star.jpg) top right no-repeat;}