iisthesloth Posted August 18, 2007 Share Posted August 18, 2007 Hey guys, this has been buggin me for quite a while. I'm trying to write a simple script to make my iframe's height match my "wrapper" div's height. Any ideas, Thanks alot... Link to comment https://forums.phpfreaks.com/topic/65534-help-writting-xhtmlcss-script/ Share on other sites More sharing options...
iisthesloth Posted August 18, 2007 Author Share Posted August 18, 2007 I was thinking something like this. var wrapperHeight = window.document.style.wrapper.height; window.document.iframe = wrapperHeight; Link to comment https://forums.phpfreaks.com/topic/65534-help-writting-xhtmlcss-script/#findComment-327237 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.