mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
IE6에서 에디터 iframe 외곽선이 제대로 나오도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2727 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cd8dfe8956
commit
5f0cb7d0aa
2 changed files with 2 additions and 2 deletions
|
|
@ -110,7 +110,7 @@ function editorStart(editor_sequence, primary_key, content_key, resizable, edito
|
|||
// iframe obj를 찾음
|
||||
var iframe_obj = editorGetIFrame(editor_sequence);
|
||||
if(!iframe_obj) return;
|
||||
iframe_obj.style.width = '100%'; ///<< iframe_obj의 가로 크기를 100%로 고정
|
||||
xWidth(iframe_obj, xWidth(iframe_obj.parentNode)-20);
|
||||
|
||||
// 현 에디터를 감싸고 있는 form문을 찾아서 content object를 찾아서 내용 sync
|
||||
var fo_obj = editorGetForm(editor_sequence);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue