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;}