에디터 기본 스킨에서 IE6에서 에디터 입력 폼이 칸을 삐져 나오던 문제 해결

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3001 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-11-19 06:14:12 +00:00
parent 4a1388b815
commit 9701122df0
3 changed files with 3 additions and 3 deletions

View file

@ -137,7 +137,7 @@
</div>
<!-- 에디터 출력 -->
<div class="editor_iframe_box"><iframe id="editor_iframe_{$editor_sequence}" frameborder="0" width="100%" height="{$editor_height}" style="background-color:transparent;"></iframe></div>
<div class="editor_iframe_box"><iframe id="editor_iframe_{$editor_sequence}" frameborder="0" height="{$editor_height}" style="background-color:transparent;"></iframe></div>
<textarea id="editor_textarea_{$editor_sequence}" class="editor_iframe_textarea" style="display:none; height:{$editor_height}" rows="10" cols="10"></textarea>
<!-- 에디터 크기 조절 bar -->