CSS question. How to add zoom icon?
-
I want to add a zoom icon for lightbox images in posts.
I added “span” with position absolute using jQuery, it works for all not aligned images:
<a href="..." rel="lightbox"> <span style="position:absolute; background-image: url(zoom.png);"/> <img src="img.jpg" class="alignnone"/> </a>
But it fails on float images (“alignleft” and “alignright” classes in my theme). How can I position the icon over a floating image? Maybe I need another method?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘CSS question. How to add zoom icon?’ is closed to new replies.