Hi There!
I have a graphic (button) I placed in the bottom1 position that I want to have a hover effect with a secondary graphic.
I have tried in HTML editor Joomla:
<div class="image-1"></div>
Override.css:
div.image-1 {
background: url(../images/image1-clear.jpg) no-repeat top left;
div.image-1:hover {
background: url(../images/image1-hover.jpg) no-repeat top left;
}
Doesn't seem to be working, any help is greatly appreciated!