I have a problem with a background image that is not showing.
I have a class that I added to the anchor tag.
<a class="my-class"></a>
and css for the class:
.my-class { background:transparent url("../images/my-bg-image.png") no-repeat 0 center }
The problem is that the background image is not displayed.
I know this there, because when I do this:
<a class="my-class">&NBSP;</a>
part of the image is displayed.
Does anyone have an idea how to make an entire image without having to embed a lot of , you are welcome?
Satch3000
source share