IFRAME 적응형 높이

1260 단어 iframe
<script>
function leftHeightAuto(){
document.all["leftFrame"].style.height=document.documentElement.clientHeight-167;
}
</script>

<IFRAME id="leftFrame" name="leftFrame" frameBorder=0 scrolling=auto
src="/view/jsp/share/frame/defaultLeftFramePage.htm"
width="200" style="height:expression(leftHeightAuto())">
</IFRAME>

iframe 고도 설정에 관한 문제!
http://bbs.blueidea.com/thread-1357166-1-1.html
<script>
function autoResize()
{
        try
        {
                document.all["test"].style.height=test.document.body.scrollHeight
        }
        catch(e){}
}
</script>

<iframe id=test style="height:expression(1); aho:expression(autoResize())" src="\">

스크롤 바
세로줄이 없도록:
<body style='overflow:scroll;overflow-y:hidden'> 
</body> 
가로줄이 없도록:
.45, 6, 7, 913, 둘 다?더 쉬워졌어요.
<body style='overflow:scroll;overflow-x:hidden'> 
</body> 

좋은 웹페이지 즐겨찾기