r17440195 에디터컴포넌트의 IE에서 깨지는 문제 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4896 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-11-19 07:02:09 +00:00
parent 47b0fce6d4
commit 43463c50b8
11 changed files with 58 additions and 60 deletions

View file

@ -15,11 +15,11 @@
<col width="120" />
<col />
<tr>
<th scope="row">{$lang->width}</th>
<th scope="row"><div>{$lang->width}</div></th>
<td><input type="text" class="inputTypeText" size="3" id="width" value="400" />px</td>
</tr>
<tr>
<th scope="row">{$lang->gallery_style}</th>
<th scope="row"><div>{$lang->gallery_style}</div></th>
<td>
<select id="gallery_style">
<option value="slide">{$lang->gallery_slide_style}</option>
@ -28,7 +28,7 @@
</td>
</tr>
<tr>
<th scope="row">{$lang->gallery_slide_align}</th>
<th scope="row"><div>{$lang->gallery_slide_align}</div></th>
<td>
<select id="gallery_align">
<option value="center">{$lang->gallery_slide_center}</option>
@ -38,11 +38,11 @@
</td>
</tr>
<tr>
<th scope="row">{$lang->gallery_border_thickness}</th>
<th scope="row"><div>{$lang->gallery_border_thickness}</div></th>
<td><input type="text" class="inputTypeText" size="1" id="border_thickness" value="0" />px</td>
</tr>
<tr>
<th scope="row">{$lang->gallery_border_color}</th>
<th scope="row"><div>{$lang->gallery_border_color}</div></th>
<td>
<div class="editor_color_box">
<script type="text/javascript">
@ -56,7 +56,7 @@
</td>
</tr>
<tr>
<th scope="row">{$lang->gallery_bg_color}</th>
<th scope="row"><div>{$lang->gallery_bg_color}</div></th>
<td>
<div class="editor_color_box">
<script type="text/javascript">
@ -70,7 +70,7 @@
</td>
</tr>
<tr>
<th scope="row">{$lang->image_list}</th>
<th scope="row"><div>{$lang->image_list}</div></th>
<td>
<select id="image_list" size="6" multiple="true" class="image_list">
</select>