Linked Questions

365 votes
28 answers
769k views

I want to design a web page with a banner and an iframe. I hope the iframe can fill all the remaining page height and be resized automatically as the browser is resizing. Is it possible to get it done ...
Darkthread's user avatar
  • 4,388
100 votes
9 answers
81k views

For example, which is the difference between these: <iframe srcdoc="<p>Some HTML</p>"></iframe> <iframe src="data:text/html,<p>Some HTML</p>"></iframe> ...
Oriol's user avatar
  • 291k
59 votes
8 answers
78k views

I have an IFRAME with overflows hidden in the css and html. It works in Firefox, but not Chrome/Safari Why is this?
dukevin's user avatar
  • 23.3k
19 votes
4 answers
18k views

Question: Consider the following HTML: <html> <head></head> <body> <div style="float:left;"> <div style="background-color: Red; padding-top: 2mm; padding-bottom: ...
Stefan Steiger's user avatar
10 votes
2 answers
7k views

Update: This question is no longer valid. See comment below. YouTube embedding is done using iframes nowadays. HTML5 introduces the seamless attribute, that not only should affect presentation, but ...
itpastorn's user avatar
  • 2,995
1 vote
1 answer
3k views

How do I use the plugin to set scrolling="no" seamless="seamless" width="900px" height="570px" and other iframe attributes using the featherlight.js plugin? I can't for the life of me figure it out. I ...
Dale Allen's user avatar
1 vote
1 answer
2k views

I create a popup using jQuery and when the popup includes a path, I include an IFRAME as the content of the popup. The code resizes the IFRAME to take the whole available space in the parent DIV of ...
Alexis Wilke's user avatar
  • 21.2k
3 votes
1 answer
2k views

Should I still use "seamless" attribute inside <iframe> tag in html or is it dead in html5 (at least I saw one page that told this). So should I still learn it or its not worthy? Thanks for ...
Edgaras's user avatar
  • 69
0 votes
1 answer
2k views

I want to use iframe to display advertize of any product. this iframe width design(css) is not suitable according to my webpage so i want change css inside iframe. i tried some asked question solution ...
user2743387's user avatar
2 votes
2 answers
359 views

I'm working on a little home brew project and I've found I've been spoiled by working with RoR and more specifically RoR partials. My project is entirely client side. So I'm using javascript and ...
Ryan's user avatar
  • 5,682
1 vote
0 answers
402 views

The seamless attribute doesn't seem to be working in my iframe but the frameborder is I am not sure why? I am working in html5. Even on the W3schools tutorial the seamless example still has a border ...
Birdlady9604's user avatar