View Full Version : iframe problem ~ the height


Skipperkirk
03-11-2005, 11:32 PM
ok, i have an iframe problem...

on my page there will be an iframe...and it will be where the content of the page is...like when you clickon a link, the page goes in the iframe...

but, i want it to be 100% of the height of the page (content for it)

no matter what i do, i cant get it...


HELP!

Skipperkirk

Skipperkirk
03-11-2005, 11:49 PM
oh yeah, i forgot to add...i used the 100%, but it made the iframe like 100px...

starlet
03-12-2005, 12:26 AM
If the pages are all the same height just set it to whatever that is in pixels. If you want it to expand as the content does etc, so its 100% regardless of how big the page is then that isn't possible with iframes as far as i remember, they need to be a set height.

Skipperkirk
03-12-2005, 08:26 AM
oh...hmmm...well, each page is going to be differnt...any ideas?

Skipperkirk
03-13-2005, 08:51 AM
oh yeah, i have another question that plays in with the first one...

i have a table cell with an iframe in it, so i put 100% width in the iframe, but it wont take up the whole thing...only like 100~200px out of the 400px...

What do i do?

Skipperkirk