Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9203533
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T23:29:39+00:00 2026-06-17T23:29:39+00:00

I have an iframe used as an index file to hide a url of

  • 0

I have an iframe used as an index file to hide a url of next website.

<iframe style="position:absolute; top:0px; left:0px; " src="  http://..." width="100%" height="100%" frameborder="0" scrolling="auto"></iframe>

This all works in all known to me browsers instead of Internet Explorer (checked on 9). Is it a simple way to make it visible correctly?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T23:29:40+00:00Added an answer on June 17, 2026 at 11:29 pm

    First of all mixing html attributes with css is nasty thing.

    Anyway this should work flawlessly if you are looking for fullscreen iframe:

    CSS:

    /* notice you actually don't need absoulte positioning */
    body,html,iframe {
       margin:0;
       padding:0;
       width: 100%;
       height: 100%;
    }
    body,html {
       overflow: hidden;
    }
    

    HTML:

    <html>
      // add head, css
    <body>
       <iframe src=""></iframe>
    </body>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a classifieds website. The index.html has a form: <form action=php_page target=iframe etc...>
well i have used an html file like these in iframe <iframe src=sample.html></iframe> is
I've used this code to have a like btn on my site: <iframe src=http://www.facebook.com/plugins/like.php?href=URL_OF_YOUR_WEBSITE&amp;send=false&amp;layout=standard&amp;width=450&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;font&amp;height=80&amp
I have a .net website which access oracle application express web application using Iframe,
I have an iframe; That points to a .php file and I need the
I have used following piece of code <iframe id=DownloadWin_<%=w_PageCompID%> src=__http://10.112.203.159:8080/pmsmart/temp/nishamol.siva/9.zip style=display:none> </iframe> But the
I have used a iframe video in my web page. This is my html
I have an iframe tab in facebook. I used overflow:hidden in the body tag
I have created a sign up page to be used via iframe as a
I have an iframe which is editable to be used as post input for

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.