Linked Questions
11 questions linked to/from HTML5 iFrame Seamless Attribute
365 votes
28 answers
769k views
Make Iframe to fit 100% of container's remaining height
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 ...
100 votes
9 answers
81k views
What is the difference between srcdoc="..." and src="data:text/html,..." in an <iframe>?
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> ...
59 votes
8 answers
78k views
overflow: hidden; doesn't work on Chrome with IFRAMEs?
I have an IFRAME with overflows hidden in the css and html. It works in Firefox, but not Chrome/Safari Why is this?
19 votes
4 answers
18k views
HTML: Strange space between iframe elements?
Question: Consider the following HTML: <html> <head></head> <body> <div style="float:left;"> <div style="background-color: Red; padding-top: 2mm; padding-bottom: ...
10 votes
2 answers
7k views
Is there any point in using the seamless and or sandbox attribute for YouTube iframes?
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 ...
1 vote
1 answer
3k views
iFrame Attributes with Featherlight.js plugin
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 ...
1 vote
1 answer
2k views
Why would my IFRAME not fit its container DIV one to one?
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 ...
3 votes
1 answer
2k views
Should I still use seamless attribute for iframe?
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 ...
0 votes
1 answer
2k views
How to modify css inside iframe by jquery or other type?
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 ...
2 votes
2 answers
359 views
partials like rails has only done in pure javascript, and purely on the clients side. --I.E. no servers
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 ...
1 vote
0 answers
402 views
seamless attribute not working html5
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 ...