테스트 사이트 - 개발 중인 베타 버전입니다

높이값 조절이 안됩니다..ㅠ

콩나물2015 10년 전 조회 3,457

</span></strong></p><p style="font-size: 14.6667px;"><span style="font-family: 나눔고딕, NanumGothic;">function iframe_init() { </span></p><p style="font-size: 14.6667px;"><span class="Apple-tab-span" style="white-space: pre; font-family: 나눔고딕, NanumGothic;">	</span><span style="font-family: 나눔고딕, NanumGothic;">var obj = document.getElementById("main-frame"); </span></p><p style="font-size: 14.6667px;"><span class="Apple-tab-span" style="white-space: pre; font-family: 나눔고딕, NanumGothic;">	</span><span style="font-family: 나눔고딕, NanumGothic;">var ch = obj.contentWindow.document.body.scrollHeight + 370 + "px"; </span></p><p style="font-size: 14.6667px;"><span class="Apple-tab-span" style="white-space: pre; font-family: 나눔고딕, NanumGothic;">	</span><span style="font-family: 나눔고딕, NanumGothic;">obj.height = ch+5 + "px"; </span></p><p style="font-size: 14.6667px;"><span style="font-family: 나눔고딕, NanumGothic;">} </span></p><p><strong style="color: rgb(127, 127, 127); font-family: 돋움, Dotum, sans-serif; font-size: 12px; letter-spacing: -0.01px; line-height: normal;">
</strong></p><p><strong style="color: rgb(127, 127, 127); font-family: 돋움, Dotum, sans-serif; font-size: 12px; letter-spacing: -0.01px; line-height: normal;"><span style="font-family: 나눔고딕, NanumGothic;">
 

아이프레임에서 높이값을 자동으로 조절해주는데..

370px을 더해서 보여주게 했는데요~

그 아이프레임 안에 페이지에 tab으로 되어있는데..

탭버튼을 누르면 다른 탭 내용이 보여지면서 370px이 계속 늘어가요..

계속 추가추가되는데..탭 누를때마다 반대로 빼는 건 어케하는지 아시나요?

아니면 370px 더하고 다시 탭누르면 리셋되는 방법이 있는지..

아시는 분 팁 좀주세요~ㅠ

해당페이지

http://www.gomjoy.com/default.goldpic.asp">http://www.gomjoy.com/default.goldpic.asp

 

 

댓글을 작성하려면 로그인이 필요합니다.

답변 1개

p
10년 전

</p><p>if (window.height() < 370) {</p><p><span style="line-height: normal; font-size: 11pt;">    function iframe_init() { </span></p><pre style="line-height: normal;">	var obj = document.getElementById("main-frame"); 
	var ch = obj.contentWindow.document.body.scrollHeight + 370 + "px"; 
	obj.height = ch+5 + "px"; 
    } </pre><pre style="line-height: normal;"><span style="font-family: 돋움; font-size: 11pt; line-height: 1.5;">
</span></pre><pre style="line-height: normal;"><span style="font-family: 돋움; font-size: 11pt; line-height: 1.5;">}</span></pre><p>

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인