From 40fb3bf1594934145f40f6ce27f91659c6d0db86 Mon Sep 17 00:00:00 2001 From: ChanMyeong Date: Thu, 21 Jan 2010 09:11:12 +0000 Subject: [PATCH] =?UTF-8?q?=EA=B2=8C=EC=8B=9C=ED=8C=90=20=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=20=EC=B6=94=EA=B0=80=EC=84=A4=EC=A0=95=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EC=BD=98=ED=85=90=EC=B8=A0=20=EC=9E=98=EB=A6=BC=20?= =?UTF-8?q?=EB=AC=B8=EC=A0=9C=20=ED=95=B4=EA=B2=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7212 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- layouts/xe_official/css/default.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/layouts/xe_official/css/default.css b/layouts/xe_official/css/default.css index 78a86ffa7..11aca8a41 100644 --- a/layouts/xe_official/css/default.css +++ b/layouts/xe_official/css/default.css @@ -55,7 +55,8 @@ body { background:#FFFFFF url(../images/default/bgBody.gif) repeat-x left top;} *:first-child+html body#default #isSearch .submit { position:relative; top:-1px;} /* Site Layout - Content Body */ -#contentBody { position:relative; width:980px; padding-bottom:30px; overflow:hidden; background:url(../images/default/bgContentBody.gif) repeat-y left top; border-bottom:1px solid #dddddd;} +#contentBody { position:relative; width:980px; padding-bottom:30px; background:url(../images/default/bgContentBody.gif) repeat-y left top; border-bottom:1px solid #dddddd; *zoom:1;} +#contentBody:after{ content:""; display:block; clear:both;} /* Site Layout - Column Left */ #columnLeft { position:relative; width:201px; float:left;} @@ -78,7 +79,8 @@ body { background:#FFFFFF url(../images/default/bgBody.gif) repeat-x left top;} #lnb li.on ul li.on a { color:#ff1a00 !important; font-weight:bold !important; background:url(../images/default/bulletLnb.gif) no-repeat 175px center !important;} /* Site Layout - Column Right */ -#columnRight { width:770px; float:right; overflow:hidden;} +#columnRight { width:770px; float:right;} +#columnRight:after{ content:""; display:block; clear:both;} #visualArea { width:770px; height:200px; background:#f5f5f5; margin-bottom:2.5em; position:relative; left:-15px; margin-right:-15px;} #content { width:100%; overflow:hidden;}