관리자: 사이드뷰 ie6,7에서 오동작하는 것 수정 보완

This commit is contained in:
whitedot
2013-02-01 17:27:39 +09:00
parent 7b1e23f792
commit b874e9dd4e
6 changed files with 21 additions and 21 deletions

View File

@ -230,19 +230,3 @@ function select_copy(sw) {
</script>
<? } ?>
<!-- 게시판 목록 끝 -->
<!-- ie6,7에서 사이드뷰가 아래 사이드뷰에서 가려지는 현상 수정 -->
<!--[if lte IE 8]>
<script>
$(function() {
var $td_name = $(".td_name");
var count = $td_name.length;
$td_name.each(function() {
$(this).css("z-index", count);
$(this).css("position", "relative");
count--;
});
});
</script>
<![endif]-->