Hey guys, I want to put my vbulletin forum into an iframe because I want to keep my site consistent with the navigational menu but problem is when a page exceed a certain height I get an ugly scrollbar :/ Is there a way to make the iframe automatically expand (100% height) relative to the currant page's height? Thanks.
Here's a code that might help: <iframe height="515" width="99%" src="PAGEURLTOBEFRAMED" align="center"></iframe> Notice the dimensional choices...perhaps you can try changing height to a percentage value?
I think giving the iframe this height attribute should work: height="auto" Not 100% sure though (Not quit sure what you are asking)
I don't think you can make it auto resized, unless you use some scripts to make it auto resized. I did a search and found this Cross browser Iframe auto resize http://www.kaali.co.uk/article-Cross-bowser-iframe-auto-resize-script-94.htm It uses javascript. If you don't want javascript you have to find other solutions.
In this case, you should use a standard frame instead of an iframe. (standard frames are meant to fill the entire space) iframes are ment to be internally embedded.