|
Scrolling table inside an iframe?
I have a table that I need to scroll without the headers moving. So I made two seperate tables, with the headers in one and the body in another. I put the bottom table in a div and I make it scroll. The problem is, this table is in an iframe, and I dont want the scrollbar on the iframe so I set it to scrolling="no". But instead of the table taking up the iframe and the rest of it scrolling, the table runs off the iframe with no scrollbar. If I set my table div to a specific height, like 200px, it will work fine, but I need it to take up the entire iframe, as in height=100%. Any ideas?
|