From 98c46150bf2c5e15460ab46fca44e10b8682249a Mon Sep 17 00:00:00 2001 From: ChanMyeong Date: Wed, 7 Dec 2011 09:55:27 +0000 Subject: [PATCH] #665 z-index issue fixed. Thanks to is4975. git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9911 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- layouts/xe_official/css/black.css | 2 +- layouts/xe_official/css/default.css | 2 +- layouts/xe_official/css/white.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/xe_official/css/black.css b/layouts/xe_official/css/black.css index 5763e7bbf..8813fea6d 100644 --- a/layouts/xe_official/css/black.css +++ b/layouts/xe_official/css/black.css @@ -32,7 +32,7 @@ body{background:#000} .iSearch .iText:focus{border:1px solid #B0B0AF;background-color:#A9A4A3} .iSearch .submit{vertical-align:middle;_position:relative;_top:-1px} /* Site Layout - Content Body */ -.body{position:relative;padding-bottom:30px;overflow:hidden;background:url(../images/black/bgContentBody.gif) repeat-y left top;border-bottom:1px solid #515151;zoom:1} +.body{position:relative;z-index:1;padding-bottom:30px;overflow:hidden;background:url(../images/black/bgContentBody.gif) repeat-y left top;border-bottom:1px solid #515151;zoom:1} .body:after{content:"";display:block;clear:both} /* Site Layout - Column Left */ .lnb{position:relative;width:201px;float:left} diff --git a/layouts/xe_official/css/default.css b/layouts/xe_official/css/default.css index 203eb5f56..f02ffb225 100644 --- a/layouts/xe_official/css/default.css +++ b/layouts/xe_official/css/default.css @@ -36,7 +36,7 @@ body{background:#fff url(../images/default/bgBody.gif) repeat-x left top;font-fa .iSearch .iText:focus{border:1px solid #B0B0AF;background-color:#A9A4A3} .iSearch .submit{vertical-align:middle;_position:relative;_top:-1px} /* Site Layout - Content Body */ -.body{position:relative;padding-bottom:30px;background:url(../images/default/bgContentBody.gif) repeat-y left top;border-bottom:1px solid #ddd;zoom:1} +.body{position:relative;z-index:1;padding-bottom:30px;background:url(../images/default/bgContentBody.gif) repeat-y left top;border-bottom:1px solid #ddd;zoom:1} .body:after{content:"";display:block;clear:both} /* Site Layout - Column Left */ .lnb{position:relative;width:201px;float:left} diff --git a/layouts/xe_official/css/white.css b/layouts/xe_official/css/white.css index c8043719c..d4850085d 100644 --- a/layouts/xe_official/css/white.css +++ b/layouts/xe_official/css/white.css @@ -32,7 +32,7 @@ body{background:#fff} .iSearch .iText:focus{border:1px solid #8E8E8D;background-color:#fff} .iSearch .submit{vertical-align:middle;_position:relative;_top:-1px} /* Site Layout - Content Body */ -.body{position:relative;padding-bottom:30px;overflow:hidden;background:url(../images/white/bgContentBody.gif) repeat-y left top;border-bottom:1px solid #ddd;zoom:1} +.body{position:relative;z-index:1;padding-bottom:30px;overflow:hidden;background:url(../images/white/bgContentBody.gif) repeat-y left top;border-bottom:1px solid #ddd;zoom:1} .body:after{content:"";display:block;clear:both} /* Site Layout - Column Left */ .lnb{position:relative;width:201px;float:left}