싸이 프로필, 위 아래 이동
페이지 정보
작성자 서방님 댓글 0건 조회 129회 작성일 07-08-10 17:50본문
<script language="JavaScript">
<!--
var sRepeat=null;
function doScrollerIE(dir, src, amount) {
if (amount==null) amount=10;
if (dir=="up")
document.all[src].scrollTop-=amount;
else
document.all[src].scrollTop+=amount;
if (sRepeat==null)
sRepeat = setInterval("doScrollerIE('" + dir + "','" + src + "'," + amount + ")",100);
return false
}
window.document.onmouseout = new Function("clearInterval(sRepeat);sRepeat=null");
window.document.ondragstart = new Function("return false");
//-->
</script>
<div id=charLayer1 style="width:140; height:95; overflow:hidden;">
<font color="#CC99FF">
질문 글 올리지 마세요.질문 글 올리지 마세요.질문 글 올리지 마세요.질문 글 올리지 마세요.
질문 글 올리지 마세요.질문 글 올리지 마세요.질문 글 올리지 마세요.질문 글 올리지 마세요.
질문 글 올리지 마세요.질문 글 올리지 마세요.질문 글 올리지 마세요.질문 글 올리지 마세요.
질문 글 올리지 마세요.질문 글 올리지 마세요.
</font>
</div>
<table width="140" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100">
<a href="#" onMouseOver="return doScrollerIE('down','charLayer1',5)" onMouseOut="clearInterval(sRepeat)">
<img src="http://img.cyworld.nate.com/img/pwin/bt_down.gif" width="10" height="7" border="0"></a>
<a href="#" onMouseOver="return doScrollerIE('up','charLayer1',5)" onMouseOut="clearInterval(sRepeat)">
<img src="http://img.cyworld.nate.com/img/pwin/bt_up.gif" width="10" height="7" border="0"></a>
</td>
</tr>
</table>
댓글목록
등록된 댓글이 없습니다.