dadamssg Posted September 2, 2009 Share Posted September 2, 2009 Is there any way to make an iframe automatically detect the height of it's content and adjust its height accordingly? i changed the height of the iframe in the html file but its the same file for forum boards, threads, etc. So the height varies. http://cashchute.com/forumpage/forumpage.html this is what im workin on Quote Link to comment Share on other sites More sharing options...
Jnerocorp Posted September 5, 2009 Share Posted September 5, 2009 You could try doing this: <iframe src="http://google.com/" width="100%" height="100%" name="youriframe" frameborder="1" vspace="0" hspace="0" marginwidth="0" marginheight="0" scrolling="yes" noresize></iframe> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.