hiya folks,
i’m trying to create a cross fade image on hover so one image changes to another on hover, is there a way to nest to images in one container and apply css to that to get the effect i’m looking for? also, can i add multiple classes to the element (in this case the photo settings container) e.g.
<div class=“box bigBox”>
</div>
is this available in beaver? if not, where can i edit the html to enable me to do this?
thanks for any help ye can give,
gav
I don’t really think what you’re doing will be possible using the Photo module. I’d suggest hard coding it using the HTML module instead. If you really want to use the Photo module, you can add the second image as a background to the .fl-photo-content element, and set the image’s opacity to zero on hover. That should work.
Re adding two classes to a module, that should be possible. You can add those under the Advanced tab.