View Full Version : The IFrame
Belgiumdude
February 17th, 2002, 12:42
What is this precisly,how do I put it (dont no much html)
rapmaster
February 17th, 2002, 12:51
its basically what I frame stands for, an internal frame. Its a frame inside another frame, u use it like this:
<iframe src=page.html width=800 height=300 scrolling=auto frameborder=1></Iframe>
naturally u can edit all the variables(src, width, height, scrolling, border etc) to what ever you wish as long as its compatible with the Iframe tag.
Belgiumdude
February 17th, 2002, 12:57
thanksss
WebEx
February 17th, 2002, 16:05
I always thought it stood for Inline Frame.. :rolleyes:
It makes sense, a frame that is contained in a line...
megapuzik
February 17th, 2002, 16:13
And I thought it inset frame :rolleyes:
meow
February 17th, 2002, 16:18
Every one knows it's Internet Frame. :D
It's inline.
rapmaster
February 17th, 2002, 16:19
well as far as I know it is Internal Frame. Inset and Inline dont make much sence to me because the frame is internal to the main frame.
meow
February 17th, 2002, 16:26
No butt-man. :p It's inline, or in-line, whatever the preferred spelling is.
Inline as opposed to block. iframe is an inline element, not a block element.
WebEx
February 17th, 2002, 20:36
Go meow!!!!!!
maelzx
February 18th, 2002, 00:15
well .. i think IFrame was Internet Explorer Frame :P
Blank Verse
February 18th, 2002, 02:37
who cares? the important thing is what it looks like...you can call it whatever you want
meow
February 18th, 2002, 03:52
WebEx and myself carez. We are very caring guys. :p
anhedonia
February 18th, 2002, 06:33
Web Ex - do you hang around Yahoo Web Design Chat? Or did you use to? :confused:
Belgiumdude
February 19th, 2002, 11:45
I got this mail from bravenet:
Inline frames, also known as IFrames, are created with the <IFRAME> tag, which is supported by Explorer 3.2 and up, as well as Netscape 4.0 or better. Inline frames differ from the regular <Frame> tag, as we simply embed them right into an HTML page. No frameset or index pages are required.
Here is an example of how to use a simple IFRAME:
<IFRAME SRC="sample.html"></IFRAME>
All we will do place the IFrame into a page, bearing the source of the actual file. This method is handy if you want to give people remote files to include on their site, sourcing a file to yours.
So in our example, an HTML page carrying our IFRAME might look like this:
<HTML>
<BODY>
Our page ... text, etc ... and now, here comes the IFRAME!
<IFRAME SRC="sample.html"></IFRAME>
</BODY>
</HTML>
The IFRAME Tag does carry some specific attributes to help you control the display. Here is a quick, but limited reference:
ALIGN — Offset to other elements, much like the Image Tag.
BORDER — The default is 0 (pixels)
HEIGHT / WIDTH — (pixels or %)
HSPACE / VSPACE — As with Images, this attribute specifies a pixel size for horizontal or vertical margins around the IFRAME (external margin)
MARGINHEIGHT / MARGINWIDTH — Internal margin in pixels
SCROLLING — If set to "AUTO," the browser determines whether scrollbars are necessary; otherwise, specify either "YES" or "NO"
Does this frame has to in another frame??Can't I just use this tag as a normal frame (newbie,sorry)
andyLee
February 19th, 2002, 11:50
Inline frame is not support by Netscape 4.xxx
meow
February 19th, 2002, 11:53
They are wrong. Netscape4x does not support iframe.
The whole point is that you don't need a framset at all. You can put it almost anywhere in the page. Sometimes it's called "floating frame" and that describes it well. Try it!
Belgiumdude
February 19th, 2002, 12:02
Thanks,for claring that out,so I'm gonna try it
roblev
February 20th, 2002, 19:25
Netscape sux anyways, out of all the hits I have to my website which is 4600, only about 63 have been from netscape users.
meow
February 20th, 2002, 19:43
Which Netscape? :ditsy2:
Dusty
February 20th, 2002, 19:45
...and which website? The one in your signature's down.
roblev
February 21st, 2002, 06:39
Sorry about the link, it is going under nameserver changes.
Go to http://techbrink.atnet.ca for a mirror of the site.
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.