사용자: 팝업레이어 사용 시 헤더 z-index 재정의 스크립트 추가, 길에서(yeunni)님 제보

This commit is contained in:
whitedot
2014-04-10 08:24:54 +09:00
parent 2e296abd93
commit dea015592f

View File

@ -50,6 +50,7 @@ $(function() {
var idb = $(this).attr('class').split(' ');
$('#'+idb[1]).css('display','none');
});
$("#hd").css("z-index", 1000);
});
</script>
<!-- } 팝업레이어 끝 -->