简体   繁体   中英

CSS/JS Overlay Zoom Problems

I've got problems regarding my image gallery site that uses PhotoZoom Javascript (Zooms image during mouseover). Hope you guys can help me out.

Problem: The photozoom javascript works perfectly during mouseover event. However the zoomed image is under the other images. I've tried manipulating the Z-INDEX in the CSS but nothing worked. What could be the possible solution to see the zoomed image above everything else?

Thanks for helping!

I've added some css which helped me,

<style type="text/css">
.photoZoom-Large{
  z-index:100 !important;
}
</style>

Try adding this code in your documents <head> section.

and here is output of same:

产量

Hope it helps! cheers :).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM