mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-10 04:03:01 +09:00
ie6에서 프레임안에서 화면이 깨어지던 문제 해결
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2918 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
82a14b81b1
commit
67c9f9d522
2 changed files with 3 additions and 3 deletions
|
|
@ -7,8 +7,8 @@ Jeong, Chan Myeong 070601~070630
|
|||
/* Default Skin - Start */
|
||||
|
||||
/* Site Layout - Body Wrap */
|
||||
body { _position:relative; _background-color:#FFFFFF; background:url(../images/default/bgBody.gif) repeat-x left top; }
|
||||
#bodyWrap { _background-color:#FFFFFF; width:980px; margin:1.5em auto 0 auto; }
|
||||
body { background:#FFFFFF url(../images/default/bgBody.gif) repeat-x left top; }
|
||||
#bodyWrap { width:980px; margin:1.5em auto 0 auto; }
|
||||
|
||||
/* Site Layout - Header */
|
||||
#header { position:relative; width:980px; height:120px; background:url(../images/default/bgHeader.jpg) no-repeat right top; margin-bottom:10px; z-index:99;}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
<!--@if($layout_info->background_image)-->
|
||||
<style type="text/css">
|
||||
body { background-repeat:repeat-x; background-image:url({getUrl()}{$layout_info->background_image}); }
|
||||
body { background:#FFFFFF url({getUrl()}{$layout_info->background_image}) repeat-x left top; }
|
||||
</style>
|
||||
<!--@end-->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue