Asked by duncanb7
at 2024-10-24 09:38:41
Point:500 Replies:7 POST_ID:828531USER_ID:11059
Topic:
JavaScript;;Hypertext Markup Language (HTML)
My webpage will have some header area and one iframe , and I would like to adjust
the height the iframe according to the full content height of src link in <iframe> tag so
that I can use drag down scroll bar to view the bottom content of the link, it will be okay
if i set style for html { overflow:auto} but the display is not good, so I want to merge
iframe 's scroll bar with IE's scroll bar into one bar by html {overflow:hidden} but,
For example, content of the src link is www.yahoo.com,
I can NOT see the bottom content of yahoo in iframe by move down scroll bar
So I try to google it for the problem solution at
http://stackoverflow.com/questions/325273/make-iframe-to-fit-100-of-containers-remaining-height, but it is no any response for all suggestion
Any other suggestion , please advise, if possible, could you try the following code at your site in IE broswer and check whether you are able to view the most bottom content of
the www.yahoo.com link in iframe
Duncan
the height the iframe according to the full content height of src link in <iframe> tag so
that I can use drag down scroll bar to view the bottom content of the link, it will be okay
if i set style for html { overflow:auto} but the display is not good, so I want to merge
iframe 's scroll bar with IE's scroll bar into one bar by html {overflow:hidden} but,
For example, content of the src link is www.yahoo.com,
I can NOT see the bottom content of yahoo in iframe by move down scroll bar
So I try to google it for the problem solution at
http://stackoverflow.com/questions/325273/make-iframe-to-fit-100-of-containers-remaining-height, but it is no any response for all suggestion
Any other suggestion , please advise, if possible, could you try the following code at your site in IE broswer and check whether you are able to view the most bottom content of
the www.yahoo.com link in iframe
Duncan