Question for you
- Started
- Last post
- 8 Responses
- lhd
iframe question:
How do I keep this iframe from moving with the browser as it resizes? Is there any way to have it move with the centered table behind it?
please help,
clink'
- lvl_130
set it to absolute x and y pixels.
don't have an example but google absolute placement of i-frame and i'm sure you will find what you are looking for.
- blaw0
you can also throw the iframe in a cell in the table.
- jevad0
you have the iframe fixed in a div - you don't need to do that.
If you're coding the site with tables just stick the iframe withink another table inside the site
- lhd0
Holy Crap.. thanks..
I ended up putting it in a cell.
Thank you everyone...
Now stand up and pat yourself on the backs...what are you waiting for... do it!
seriously, thanks!
clink'
- mg330
Never tried it, but, seeing what you are all talking about, can you put an iframe in a table so that it centers on the page no matter the width of the browser window?
- lhd0
This may help:
http://www.draac.com/iframes.htm…
its an ugly page, but informative
- fifty500
dude, if you're gonna use iFrames, the best way to do them is to put them in a table's cell. so when you're constructing your site, use tables, and in the cell that you wanna have the iframe, just put the code in. I would never use coordinates for that isht.
- fifty500
hmm next time i'll read the rest of the responses before posting an answer...