사용자: 사이드뷰 ie6,7에서 오동작하는 것 수정 보완
This commit is contained in:
@ -135,7 +135,7 @@ table a {color:#000;text-decoration:none}
|
|||||||
.td_bignum {width:80px;text-align:center}
|
.td_bignum {width:80px;text-align:center}
|
||||||
.td_mb_id {width:100px;text-align:center}
|
.td_mb_id {width:100px;text-align:center}
|
||||||
.td_nick {width:100px;text-align:center}
|
.td_nick {width:100px;text-align:center}
|
||||||
.td_name {position:relative;width:100px;text-align:left}
|
.td_name {width:100px;text-align:left}
|
||||||
.td_date {width:60px;text-align:center}
|
.td_date {width:60px;text-align:center}
|
||||||
.td_datetime {width:110px;text-align:center}
|
.td_datetime {width:110px;text-align:center}
|
||||||
.td_mng {width:80px;text-align:center}
|
.td_mng {width:80px;text-align:center}
|
||||||
|
|||||||
@ -15,10 +15,10 @@ if ($is_nogood) $colspan++;
|
|||||||
<div id="bo_cate">
|
<div id="bo_cate">
|
||||||
<? if ($is_category) { ?>
|
<? if ($is_category) { ?>
|
||||||
<form id="fcategory" name="fcategory" method="get">
|
<form id="fcategory" name="fcategory" method="get">
|
||||||
<ul>
|
<select name="sca" onchange="location='<?=$category_location?>'+<?=strtolower($g4['charset'])=='utf-8' ? "encodeURIComponent(this.value)" : "this.value"?>;">
|
||||||
<li>전체</li>
|
<option value=''>전체</option>
|
||||||
<?=$category_option?>
|
<?=$category_option?>
|
||||||
</ul>
|
</select>
|
||||||
</form>
|
</form>
|
||||||
<? } ?>
|
<? } ?>
|
||||||
</div>
|
</div>
|
||||||
@ -240,8 +240,9 @@ $(function() {
|
|||||||
|
|
||||||
$td_name.each(function() {
|
$td_name.each(function() {
|
||||||
$(this).css("z-index", count);
|
$(this).css("z-index", count);
|
||||||
|
$(this).css("position", "relative");
|
||||||
count--;
|
count--;
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
Reference in New Issue
Block a user