Hello,
I’m trying, with no success, to add an opacity style (normal / hover) to a set of images in one of my slides.
I’d like them to behave so:
.myimage {
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}
.myimage:hover {
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
If I use “img” class the style will be applied to all of my site’s images, and I don’t want to. I want just some of them looking like that.
If I use “edit style” function from “Layer General arameters” adding a new style, it seems not to have any effect on images (I think edit styles is only for text layers).
If I use General styles I can’t choose images I want to have that style.
I suppose I need to use Attributes from Layers Advanced Params and select a new class I have to create, e.g. “myimage”, but I don’t really know how to do that and I’m not finding anything in documentation (or everywhere else). Could you please explain how it works like if you talked to a 10 yo child with very little knowledge of CSS?
Thank you guys, your theme is so cool!
F.