mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
IE7 issue: GNB, Easy install, Multilingual layer. fixed.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12055 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e1eb56c500
commit
faae215247
5 changed files with 14 additions and 13 deletions
|
|
@ -15,10 +15,10 @@
|
|||
</ul>
|
||||
<div class="x_tab-content x_thumbnail">
|
||||
<div class="x_tab-pane x_active" id="pre_document">
|
||||
<iframe src="{getUrl('','act', 'dispEditorConfigPreview','mode','main')}" id="pre_document_frame"></iframe>
|
||||
<iframe src="{getUrl('','act', 'dispEditorConfigPreview','mode','main')}" id="pre_document_frame" frameborder="0" style="border:0"></iframe>
|
||||
</div>
|
||||
<div class="x_tab-pane" id="pre_comment">
|
||||
<iframe src="{getUrl('','act', 'dispEditorConfigPreview','mode','comment')}" id="pre_comment_frame"></iframe>
|
||||
<iframe src="{getUrl('','act', 'dispEditorConfigPreview','mode','comment')}" id="pre_comment_frame" frameborder="0" style="border:0"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -183,8 +183,7 @@ jQuery(function($){
|
|||
function preview(){
|
||||
$('._preview iframe').css({
|
||||
width : "100%",
|
||||
height : "450px",
|
||||
border :0
|
||||
height : "450px"
|
||||
});
|
||||
}
|
||||
preview();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue