WA Forums
FX Zoom Fix - Printable Version

+- WA Forums (https://webassist-pro.com/WAforum)
+-- Forum: Introduction (https://webassist-pro.com/WAforum/forumdisplay.php?fid=1)
+--- Forum: Project Seven (https://webassist-pro.com/WAforum/forumdisplay.php?fid=10)
+--- Thread: FX Zoom Fix (/showthread.php?tid=25)



FX Zoom Fix - bizpat (Patrice) - 01-04-2025

to keep zoomed images on top of others use this


/*
****************************
PVII Image Effects Magic
by Project Seven Development
www.projectseven.com
CSS Styles
*****************************
*/

img.p7IFX {
position: relative;
}
img.ifx-on {
z-index: 999;
}