javascript - Setting height to the iframe contents if page has multiple iframe in a page -


im working on web page has multiple frames. struggled fix height of web page same in screens.

in case, have parent iframe has information of user below have more 1 nav tabs. each nav tabs has load contents in corresponding iframes.

im trying fix height of iframe dynamically based on contents inside of it. problem navtabs located 25% top. im struggling set height iframe loads contents of navtabs.

is there possibility fix issue.

i have attached herewith image displaying problem easy understanding.

iframeimage


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -