리스트 스킨의 제목 앞에 표시되는 쩜 없애고 싶어요.
로시아
11년 전
조회 3,554
보니까 크롬은 큰 점 없이 이쁘게 나오는데 익스플로러에서는 큰 점이 제목 앞에 표시되더군요.
이걸 어떻게 없앨 수 있을까요?
답변 부탁드립니다.ㅠㅠ
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
.lastest {_display:inline-block; width:100%; overflow:hidden;}
.lastest .lastest_box {_display:inline-block; position:relative; overflow:hidden;}
.lastest img{border:0}
.lastest .ntitle{padding-left:7px;}
.lastest .more_btn{padding:0px;}
.lastest .lastest_box .more_btn {position:absolute; top:0px; right:5px;}
.lastest ul {list-style-image:none; padding:0 5px 0 5px;}
.lastest li {background:url(=$latest_skin_path?>/img/ball.gif) no-repeat 0 50%; padding:2px 0 2px 10px; font-size:12px;}
.lastest a:link {color: #888; text-decoration: none}
.lastest a:visited {color: #888; text-decoration: none}
.lastest a:active {color: #888; text-decoration: none}
.lastest a:hover { color: #888; text-decoration: none}
for ($i=0; $i
echo $list[$i]['icon_reply'] . " ";
echo "";
if ($list[$i]['is_notice'])
echo "{$list[$i]['subject']}";
else
echo "{$list[$i]['subject']}";
echo "";
if ($list[$i]['comment_cnt'])
echo " {$list[$i]['comment_cnt']}";
echo " " . $list[$i]['icon_new'];
?>
} ?>
if (count($list) == 0) { ?>게시물이 없습니다. } ?>
댓글을 작성하려면 로그인이 필요합니다.
답변 1개
답변을 작성하려면 로그인이 필요합니다.
로그인
