사용자: cheditor5.1 전체화면 모드 대응을 위한 hd z-index css/js 수정

This commit is contained in:
whitedot
2014-03-28 11:15:32 +09:00
parent 4df8f09549
commit e377355ef1
2 changed files with 5 additions and 1 deletions

View File

@ -31,7 +31,8 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}
/* 상단 레이아웃 */
#hd {z-index:10;position:relative;min-width:970px;background:#fff}
#hd {z-index:4;position:relative;min-width:970px;background:#fff}
.hd_zindex {z-index:10 !important}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_wrapper {position:relative;margin:0 auto;padding:26px 0;width:970px;zoom:1}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}