From 7b1e23f792141fe652b2b0f94975d011d6f7b2c0 Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 1 Feb 2013 16:40:00 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EC=82=AC?= =?UTF-8?q?=EC=9D=B4=EB=93=9C=EB=B7=B0=20ie6,7=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EC=98=A4=EB=8F=99=EC=9E=91=ED=95=98=EB=8A=94=20=EA=B2=83=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20=EB=B3=B4=EC=99=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 2 +- skin/board/neo/list.skin.php | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/css/default.css b/css/default.css index 119b4feea..51f46c586 100644 --- a/css/default.css +++ b/css/default.css @@ -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} diff --git a/skin/board/neo/list.skin.php b/skin/board/neo/list.skin.php index 555305155..48e13f3d0 100644 --- a/skin/board/neo/list.skin.php +++ b/skin/board/neo/list.skin.php @@ -15,10 +15,10 @@ if ($is_nogood) $colspan++;
-
    -
  • 전체
  • +
@@ -240,8 +240,9 @@ $(function() { $td_name.each(function() { $(this).css("z-index", count); + $(this).css("position", "relative"); count--; }); }); - + \ No newline at end of file