issue 1283 fix. Do not use CSS background image in the body element. Thanks to 2sis@...com

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10154 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-02-21 07:07:35 +00:00
parent b965c09897
commit b044e96bdc
5 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
/* Default Skin - Start */
.selectLang{margin:0;padding:0}
/* Site Layout - Body Wrap */
body{background:#fff url(../images/default/bgBody.gif) repeat-x left top;font-family:Tahoma, Geneva, sans-serif}
html{background:#fff url(../images/default/bgBody.gif) repeat-x left top;font-family:Tahoma, Geneva, sans-serif}
.xe{width:960px;margin:1.5em auto 0 auto}
/* Site Layout - Header */
.header{position:relative;width:960px;height:120px;background:url(../images/default/bgHeader.jpg) no-repeat right top;margin-bottom:10px;z-index:2}

View file

@ -8,7 +8,7 @@ body { margin:0;padding:0; font-size:.75em;}
#lnb ul{margin:0;padding:0}
.lnb_global li.active a{font-weight:bold;color:#fff;}
/* Site Layout - Body Wrap */
body{background:#fff url(../images/default/bg_body.gif) repeat-x 0 0;font-family:Arial}
html{background:#fff url(../images/default/bg_body.gif) repeat-x 0 0;font-family:Arial}
#bodyWrap{position:relative;width:947px;margin:0 auto}
/* Site Layout - Header */
#header{position:relative;width:947px;height:120px;margin-bottom:10px; z-index:100}

View file

@ -8,7 +8,7 @@
<!--@if($layout_info->background_image)-->
<style type="text/css">
body { background:#FFFFFF url({$layout_info->background_image}) repeat-x left top; }
html { background:#FFFFFF url({$layout_info->background_image}) repeat-x left top; }
</style>
<!--@end-->

View file

@ -8,7 +8,7 @@ body { margin:0;padding:0; font-size:.75em;}
#lnb_Global ul{margin:0;padding:0}
.lnb_Global li.active a{font-weight:bold;color:#fff;}
/* Site Layout - Body Wrap */
body{background:#fafafa url(../images/default/bg_body.gif) repeat-x 0 0;font-family:Arial}
html{background:#fafafa url(../images/default/bg_body.gif) repeat-x 0 0;font-family:Arial}
#bodyWrap{position:relative;width:960px;margin:0 auto}
/* Site Layout - Header */
#header{position:relative;z-index:100;width:960px;height:105px;margin-bottom:10px}

View file

@ -5,7 +5,7 @@
<!--%import("css/default.css")-->
<!--@if($layout_info->background_image)-->
<style type="text/css">
body { background:#FFFFFF url({$layout_info->background_image}) repeat-x left top; }
html { background:#FFFFFF url({$layout_info->background_image}) repeat-x left top; }
</style>
<!--@end-->
<!--@if(!$layout_info->colorset)-->