카테고리:여보세요? 조회 : 118
안녕하세요?
기축년 새해 복 많이 받으십시요.
저는 경상도 바닷가 시골에 사는 사람입니다.
아래 소스의 롤링에서 게시물을 수동으로 롤링하는 기능 때문입니다.
현재 자동으로 롤링되고 있는데 이미지(1),(2),(3),(4),(5)와 내용(1),(2)(3)을 동시에
수동으로 넘기기 할 수 없나요.
즉(◀▶)를 눌러서 말입니다.(네이브 메인 중앙의 뉴스 부분에 나오는 것 처럼...)
"공대여자는 이쁘다"님 시골사람이 부탁해도 될지 모르겠습니다.
혹 가능하시다면 제발 부탁드릴께요.
저희 시골에 오시면 맛있는 회를 푸짐하게 대접해 드리겠습니다.
(메일로 보내주시면 고맙겠습니다 메일 : bg111@naver.com)
<span id="list1" style="DISPLAY: block;">
<table width="455" height="100" border=0 cellpadding=0 cellspacing=0 align="center" valign="top">
<tr><td valign="top" align="center" width="455" height="100">
<style>
A:link {text-decoration:none; color:#3C3C3C}
A:visited {text-decoration:none; color:#3C3C3C}
A:active {text-decoration:none; color:#3C3C3C}
A:hover {text-decoration:none; color:#A70000}
A:hover {color:A70000;text-decoration:underline}
body, table, tr, td, select,div,input,form,textarea {font-family:굴림;font-size:9pt;color:#3C3C3C;}
select,input,form {font-family:굴림; font-size:9pt; color:#3C3C3C; line-height:150%}
</style>
<script language="JavaScript">
<!--
//*--스크립트 부분 --*//
var direction = 1;
// banner_roll("div태그 id", 배너1개넓이, 딜레이, 1칸이동속도, 0);
function banner_roll(div_id, banner_width, banner_delay, banner_speed, this_width)
{
if(eval(direction)){
var div_tag = document.getElementById(div_id);
var a_tag, i;
this_width+=direction;
if(this_width < banner_width){
div_tag.style.left = -this_width;
setTimeout("banner_roll('" + div_id + "', " + banner_width + ", " + banner_delay + ", " + banner_speed + ", " + this_width + ");", banner_speed);
}
else{
a_tag = div_tag.getElementsByTagName("A");
div_tag.appendChild(a_tag[0]);
div_tag.style.left = 0;
setTimeout("banner_roll('" + div_id + "', " + banner_width + ", " + banner_delay + ", " + banner_speed + ", 0);", banner_delay);
}
}
else{
setTimeout("banner_roll('" + div_id + "', " + banner_width + ", " + banner_delay + ", " + banner_speed + ", " + this_width + ");", banner_speed);
}
return true;
}
//-->
</script>
<table valign="top">
<tr>
<td width="180px" height="00px">
<div style="width:180px; height:114px; overflow:hidden;" onMouseover="direction=0" onMouseout="direction=1">
<div style="" id="banner_1">
<a href="#">이미지(1)</a>
<a href="#">이미지(2)</a>
<a href="#">이미지(3)</a>
<a href="#">이미지(4)</a>
<a href="#">이미지(5)</a>
</div>
</div>
</td>
<td width="280" valign="top" onMouseover="direction=0" onMouseout="direction=1">
<div style="width:280px; height:90px; overflow:hidden;" >
<div style="" id="banner_2">
<a href="#">내용(1)</a>
<a href="#">내용(2)</a>
<a href="#">내용(3)</a>
</div>
</div>
</td>
</tr>
</table>
<script>
// banner_roll("div태그 id", 배너1개높이, 딜레이, 1칸이동속도, 0);
banner_roll("banner_1", 90, 1500, 20, 0);
banner_roll("banner_2", 90, 1500, 20, 0);
</script>
</td></tr>
</table>
</span>
"공대여자는 이쁘다"님 가능하시다면 꼭 부탁드릴께요.
메일로 연락드릴께요
감사합니다