
October 18th, 2005, 03:19 PM
|
|
Registered User
|
|
Join Date: Apr 2007
Posts: 22,309
Time spent in forums: < 1 sec
Reputation Power: 24
|
|
|
iframes
okay so i got an iframe in middle of my page and it works fine, but i got 2 html documents called page1.htm and page2.htm. i got like 5 rows of text in page1.htm and like 500 rows in page2.htm. so the problem is width the height attribute because i need the iframe not to use scrollbars. it would work with if i set the height to like 1000 but that looks really stupid with the page1.htm because alot of empty space left. i tried it with height set to 100% too, but it doesnt work with page2.htm because its limited to size of the screen. so i would like to know how to get it working like a table, meaning that it would create a scrollbar to the parent (in this case index.htm).
hope someone has the answer for this because i havn't found it 
|