01-04-2025, 06:51 PM
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;
}
/*
****************************
PVII Image Effects Magic
by Project Seven Development
www.projectseven.com
CSS Styles
*****************************
*/
img.p7IFX {
position: relative;
}
img.ifx-on {
z-index: 999;
}