popup - How to add an image pop up on top of an full screen iFrame? -


so have code puts entire website on iframe - how put image popup 600x600 size show after 5 seconds on iframe?

here code:

<html xmlns="http://www.w3.org/1999/xhtml">     <head>         <title>test layout</title>          <style type="text/css">             body, html             {                 margin: 0; padding: 0; height: 100%; overflow: hidden;             }          </style>     </head>     <body>              <iframe width="100%" height="100%" src="http://lavistapansolresort.com/" />      </body>  </html> 

i'm looking solution online hours no avail.

please help!


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -