Page 1 of 1

프레임의 수동조절이 안되네요.

Posted: 2010 09 19 18:28 11
by 아야꽃

Code: Select all

<frameset rows="1*" cols="25%, 75%">
<frame SRC="주소" name="a"  scrolling="no" noresize>
<frameset rows="15%, 85%" cols="1*" frameborder="0">
        <frameset cols="80%, 20%">
            <frame SRC="주소" name="b" scrolling="no" marginwidth="10" marginheight="14">
<frame SRC="./챗팅 컨트롤 2.html" name="c" scrolling="auto" marginwidth="5" marginheight="7">
        </frameset>
<frame SRC="주소" name="d" scrolling="auto" marginwidth="10" marginheight="14">
</frameset>

</frameset>
</html>
현재 제가 사용하는 프레임모양입니다. ie에선 잘 작동하는데 파폭에선 안되기에 도움을 요청합니다.
3번째 프레임을 임의로 크기조절가능하게 하려고 합니다.
도움을 부탁드립니다.

Re: 프레임의 수동조절이 안되네요.

Posted: 2010 09 26 11:30 49
by hyeonseok
frameborder를 지정해 주어야 할 것 같습니다. firefox는 frameborder를 임의로 조절하기가 힘드네요.