mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
#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
This commit is contained in:
parent
796cdd0eaa
commit
98c46150bf
3 changed files with 3 additions and 3 deletions
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue