테마사용중 인대 팝업이 컨텐츠 밑으로 숨은 현상은 외그런거줘?
/* 팝업레이어 */
#hd_pop {z-index:5000;position:relative;margin:0 auto;width:100%;height:1px}
#hd_pop h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops_con {}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}
css 소스는 일렇습니다

이런식으로 숨어 버리는 대요
혹시 방법을 알수 있을까요?
답변 1개 / 댓글 1개
z-index:5000; 의 수치를 올려보세요
z-index:9999;
답변에 대한 댓글 1개
답변을 작성하려면 로그인이 필요합니다.
ㅠㅠ 이렇게 까지 올렸는대도 안되는건 다른게 문제 인가요?