Skip to content

Commit

Permalink
테마와 중복되는 IE6 지원 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
kitrio committed May 31, 2022
1 parent 0d414e3 commit 2371eec
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions tail.sub.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,6 @@

<?php if ($is_admin == 'super') { ?><!-- <div style='float:left; text-align:center;'>RUN TIME : <?php echo get_microtime()-$begin_time; ?><br></div> --><?php } ?>

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

<?php run_event('tail_sub'); ?>

Expand Down

0 comments on commit 2371eec

Please sign in to comment.