How to set mouseover effect for ngg-singlepic ?
-
i want to use hover effect for single pic. When cursor is located on image – Zoom In icon will be showned on the picture.
I tried to use this method –
—–active template style.css ——–
.thickbox {
background: url(/img/zoomin.png) no-repeat center center;
z-index: 100;
display: block;
}.thickbox img {
z-index: 99;
}.thickbox img:hover {
opacity: .5;
}
—————-
This method dowesn’t work correctly.
Could you advise?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to set mouseover effect for ngg-singlepic ?’ is closed to new replies.