need some help with iframes?

I want to use iframes on a web page I'm working on, but I've never used iframes before. I was messing around with it a tiny bit so I'm not completely lost. In iframes can I have the frame anywhere on the page, and if so when I resize the browser window will it move with the page or just stay put?
 
iFrames can be put anywhere and they will move with the design. However they are locked at a certain height and width (unless you put in %'s)
 
do you think you could direct me to somewhere that will explain how to use iframes? This is my first time.
 
just as Twister said, it's just another piece of content to be put in a table. so set tables up to position the iframe where you want it.
OR
go the CSS route, and place it exactly where you want, based on a Class or ID tag associated to your CSS file.
 
Back
Top