coasterbgw
02-03-2003, 11:02 AM
I am trying to make an iframe that makes its self longer down the page when I add long conetent.
Basicly I don't want to have to scroll on the side of the iframe, I want to scoll the side of the page. Can this be done?
Sheila
02-03-2003, 11:29 AM
You could change the height of your iframe.
Or maybe use a table (http://www.lissaexplains.com/table.shtml).
Just some ideas.
coasterbgw
02-03-2003, 07:11 PM
maybe I didn't make myself clear enough lol...
I want it so that the height get larger as the content that I put in get longer... if I set a height it is going to stay that height and put a scroll bar... I don't want that.
You don't want the iframe to scroll, but you want the page to scroll? It sounds like you don't really have to use an iframe.... Is there an example somewhere?
coasterbgw
02-03-2003, 08:52 PM
http://beyond-repair.net/indextest.html basicly I want to have the function of loading the content intot hat deisgn but I want the whole page to scroll like the news on http://coasterbuzz.com
That page uses a gigantic table. The page will scroll once you've put enough text in each cell :).
coasterbgw
02-03-2003, 10:01 PM
I know that, but I need some kind of frame to load the content.
coasterbgw
02-04-2003, 12:45 AM
I found a way to do it the way I wanted with php, thanks to everyone that helped!