anyone have any idea whats going on with my iframe? i can get it to INCREASE in height to match the content, but if the content switches to something smaller, the iframe doesn't shrink like it should
Oh, there is an big void of empty space. My guess is, iFrame don't increase or shrink depend on the content. According to your page source, you put your iFrame "musicframe" width to 100% which the computer can only recognized the width as 100% and nothing more. My guess is, if you put the width to auto, it automatic resize the iFrame on the content you put. I won't 100% guaranteed but it won't hurt to try.
That odd because it look fine by me.
really? when you go to page 4 of my music page, there isn't a massive void of space beneath it?
Oh, there is an big void of empty space. My guess is, iFrame don't increase or shrink depend on the content. According to your page source, you put your iFrame "musicframe" width to 100% which the computer can only recognized the width as 100% and nothing more. My guess is, if you put the width to auto, it automatic resize the iFrame on the content you put. I won't 100% guaranteed but it won't hurt to try.
I know iframes don't automatically do that. Which is why I added a script to resize it. And I don't care about the width, it's the height.