Options

change a photo on hover

EtienneEtienne Registered Users Posts: 70 Big grins
edited October 30, 2015 in SmugMug Customization
Hello,

is someone know if it's possible to change the photo on hover :

Example :
- Add a single photo block (and get the SM-id)
- and the photo change when mouse hover the photo

I tried with CSS code :

.sm-page-widget-"Id-SM":hover {

content: url('newphoto'); /* or background-image: url("newphoto"); */

width: 192px; /* Width of new and old image */
height: 128px;
}

But no results or the background is behind the original photos which not disapears .

Thanks

Etienne

Comments

Sign In or Register to comment.