Click to See Complete Forum and Search --> : Iframe troubles
James32
09-08-2007, 10:23 AM
Hi,
I'm trying to use Iframes that instead of loading in a box load and continue on the page (so it'd look like a normal html page) I haven't coded iframes in like forever and I kinda forgot how to do this lol
Can anybody help me?
nshiell
09-08-2007, 10:36 AM
<iframe src="page.htm">No Iframe Support!</iframe>
Is this what u are after?
James32
09-08-2007, 10:40 AM
Thanks for the reply, but thats not what I'm after. What I want is for the iframe to load it content and have the actual page to have it, without scrollbars or it cutting off for it all to just load downwards without height restrictions.
Major Payne
09-09-2007, 10:29 AM
This is what I use, but you will have to adjust parameters to suit your page: <iframe class="iframe2 sidebar right" name="iframe2" frameborder="0" scrolling="no" marginheight="2" marginwidth="2" style="float: right; height: 200px; width: 150px;" src="http://PayneLessDesigns.com/changedetect.html"></iframe>
If your content exceeds the browser's window, you will get scrollbars.
More on iframes at w3schools.org (http://www.w3schools.com/tags/tag_iframe.asp).
Ron