사용자: #459 익스6 사이드뷰 겹침 현상 제거를 위한 스크립트 중 td_name 을 sv_use 로 변경
This commit is contained in:
@ -8,10 +8,10 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
<!--[if lte IE 7]>
|
||||
<script>
|
||||
$(function() {
|
||||
var $td_name = $(".td_name");
|
||||
var count = $td_name.length;
|
||||
var $sv_use = $(".sv_use");
|
||||
var count = $sv_use.length;
|
||||
|
||||
$td_name.each(function() {
|
||||
$sv_use.each(function() {
|
||||
$(this).css("z-index", count);
|
||||
$(this).css("position", "relative");
|
||||
count = count - 1;
|
||||
|
||||
Reference in New Issue
Block a user