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

This commit is contained in:
whitedot
2013-02-01 16:40:00 +09:00
parent 5ca5ea249a
commit 7b1e23f792
2 changed files with 6 additions and 5 deletions

View File

@ -135,7 +135,7 @@ table a {color:#000;text-decoration:none}
.td_bignum {width:80px;text-align:center}
.td_mb_id {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_datetime {width:110px;text-align:center}
.td_mng {width:80px;text-align:center}

View File

@ -15,10 +15,10 @@ if ($is_nogood) $colspan++;
<div id="bo_cate">
<? if ($is_category) { ?>
<form id="fcategory" name="fcategory" method="get">
<ul>
<li>전체</li>
<select name="sca" onchange="location='<?=$category_location?>'+<?=strtolower($g4['charset'])=='utf-8' ? "encodeURIComponent(this.value)" : "this.value"?>;">
<option value=''>전체</option>
<?=$category_option?>
</ul>
</select>
</form>
<? } ?>
</div>
@ -240,8 +240,9 @@ $(function() {
$td_name.each(function() {
$(this).css("z-index", count);
$(this).css("position", "relative");
count--;
});
});
</script>
<![endif]-->
<![endif]-->