onload 후 최신글 창이 이동하는 것을 방지

This commit is contained in:
gnuboard
2013-01-24 15:52:27 +09:00
parent 9349f620dc
commit c2e42b222e
3 changed files with 7 additions and 35 deletions

View File

@ -17,17 +17,11 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
// 사용방법
// latest(스킨, 게시판아이디, 출력라인, 글자수);
echo latest("neo", $row['bo_table'], 5, 25);
echo latest("neo", $row['bo_table'], 5, 25, 'right');
}
?>
<!-- 메인화면 최신글 끝 -->
<script>
$(function() {
$(".lt:odd").css("margin-left", "20px");
});
</script>
<?
include_once('./_tail.php');
?>