learnscript
learnscript

Reputation: 49

How to use a remote web page as web background?

How to make web background with a remote web page https://map.norsecorp.com/?

Upvotes: 1

Views: 31

Answers (1)

learnscript
learnscript

Reputation: 49

And at last I foud this code

    <div style="position: fixed; z-index: -99; width: 100%; height: 100%; cell-spacing: 0; padding: 0; marign: 0; border: 0; inline: false; outline: false;">
      <iframe frameborder="0" height="100%" width="100%" 
        src="https://map.norsecorp.com/">
      </iframe>
    </div>

Upvotes: 1

Related Questions