From ad40bb93783cfc22309a80bc697476d099f43287 Mon Sep 17 00:00:00 2001 From: zero Date: Wed, 1 Aug 2007 08:47:51 +0000 Subject: [PATCH] =?UTF-8?q?XE=20=EA=B3=B5=EC=8B=9D=20=EB=A0=88=EC=9D=B4?= =?UTF-8?q?=EC=95=84=EC=9B=83=EC=9D=98=20=EB=82=B4=EC=9A=A9=20=EB=B6=80?= =?UTF-8?q?=EB=B6=84=EC=9D=98=20=EC=9E=98=EB=AA=BB=EB=90=9C=20style=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/trunk@2115 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- layouts/xe_official/css/black.css | 4 ++-- layouts/xe_official/css/default.css | 4 ++-- layouts/xe_official/css/white.css | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/layouts/xe_official/css/black.css b/layouts/xe_official/css/black.css index 36234a9f9..14ad1a7c7 100644 --- a/layouts/xe_official/css/black.css +++ b/layouts/xe_official/css/black.css @@ -13,7 +13,7 @@ body { background:#3d3d3d url(../images/black/bgBody.gif) repeat-x;} /* Site Layout - Header */ #header { position:relative; width:980px; height:120px; background:url(../images/black/bgHeader.jpg) no-repeat right top; margin-bottom:10px; z-index:99;} #header h1 { position:absolute; top:32px; left:25px;} -#language { position:absolute; top:18px; right:19px;} +#language { position:absolute; top:18px; right:19px; z-index:100;} #language strong { color:#ffffff; font:.75em Tahoma; margin-right:3px;} #language a img { vertical-align:-5px;} #language ul { position:absolute; top:15px; right:0px; display:none; border:1px solid #282827; background:#3d3d3d;} @@ -55,7 +55,7 @@ body { background:#3d3d3d url(../images/black/bgBody.gif) repeat-x;} #lnb li.on ul li.on a { color:#ff1a00 !important; font-weight:bold !important; background:url(../images/black/bulletLnb.gif) no-repeat 175px center !important;} /* Site Layout - Column Right */ -#columnRight { position:relative; width:755px; float:right;} +#columnRight { width:770px; float:right; overflow:hidden;} #visualArea { width:770px; height:200px; background:#151514; margin-bottom:2.5em; position:relative; left:-15px; margin-right:-15px; color:#999999;} #content { width:100%; overflow:hidden;} diff --git a/layouts/xe_official/css/default.css b/layouts/xe_official/css/default.css index 490698d5d..13164fabd 100644 --- a/layouts/xe_official/css/default.css +++ b/layouts/xe_official/css/default.css @@ -13,7 +13,7 @@ body { background:url(../images/default/bgBody.gif) repeat-x;} /* 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;} #header h1 { position:absolute; top:32px; left:25px;} -#language { position:absolute; top:18px; right:19px;} +#language { position:absolute; top:18px; right:19px; z-index:100;} #language strong { color:#ffffff; font:.75em Tahoma; margin-right:3px;} #language a img { vertical-align:-5px;} #language ul { position:absolute; top:15px; right:0px; display:none; border:1px solid #b23628; background:#de4332;} @@ -56,7 +56,7 @@ body { background:url(../images/default/bgBody.gif) repeat-x;} #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 { position:relative; width:755px; float:right;} +#columnRight { width:770px; float:right; overflow:hidden;} #visualArea { width:770px; height:200px; background:#f5f5f5; margin-bottom:2.5em; position:relative; left:-15px; margin-right:-15px;} #content { width:100%; overflow:hidden;} diff --git a/layouts/xe_official/css/white.css b/layouts/xe_official/css/white.css index 814db9ef1..99b6faee3 100644 --- a/layouts/xe_official/css/white.css +++ b/layouts/xe_official/css/white.css @@ -13,7 +13,7 @@ body { background:#ffffff;} /* Site Layout - Header */ #header { position:relative; width:978px; height:114px; border-top:6px solid #323232; border-left:1px solid #d9d9d9; border-right:1px solid #d9d9d9; background:url(../images/white/bgHeader.png) no-repeat right bottom; margin-bottom:10px; z-index:99;} #header h1 { position:absolute; top:26px; left:25px;} -#language { position:absolute; top:12px; right:19px;} +#language { position:absolute; top:12px; right:19px; z-index:100;} #language strong { color:#5c5c5c; font:.75em Tahoma; margin-right:3px;} #language a img { vertical-align:-5px;} #language ul { position:absolute; top:15px; right:0px; display:none; border:1px solid #d9d9d9; background:#ffffff;} @@ -56,7 +56,7 @@ body { background:#ffffff;} #lnb li.on ul li.on a { color:#ff1a00 !important; font-weight:bold !important; background:url(../images/white/bulletLnb.gif) no-repeat 175px center !important;} /* Site Layout - Column Right */ -#columnRight { position:relative; width:755px; float:right;} +#columnRight { width:770px; float:right; overflow:hidden;} #visualArea { width:770px; height:200px; background:#f5f5f5; margin-bottom:2.5em; position:relative; left:-15px; margin-right:-15px;} #content { width:100%; overflow:hidden;}