사용자: #459 익스6 사이드뷰 겹침 현상 제거를 위한 스크립트 중 td_name 을 sv_use 로 변경

This commit is contained in:
whitedot
2013-05-15 17:22:27 +09:00
parent 8c93d3e6e0
commit a07b9e9ba1
8 changed files with 12 additions and 12 deletions

View File

@ -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;