javascript - Position iframe Overtop of Images/JS Loaded Images, Now iFrame is Under the Image -
having problem, on site call iframe using hidden in div when iframe shows images of site cover iframe.
i need way able position iframe top of page/overtop of images blocking part of iframe.
you can see coding here on domain: www.seo.mobi
to access see iframe need on keyboard enter:
↑↑↓↓←→←→ba↵
each of images in slideshow has z-index set.
<image style="z-index:6"/> <image style="z-index:5"/> <image style="z-index:4"/> <image style="z-index:3"/> <image style="z-index:2"/> <image style="z-index:1"/>
your pop-up div has z-index:2
images z-index above 2 positioned above iframe.
<div id="popupcontact">...</div> #popupcontact{ z-index:2; }
a quick fix give pop-up div higher z-index
other elements.
Comments
Post a Comment