초보라서 ㅎㅎ ^^;;;
자동롤링은 했는데, 이벤트? 마우스 올리면 바로 바뀌게 하는거 그거요
그건 좀 어렵네요 ㅠㅠ;;; ㅎㅎ
요건 해당 버튼을 클릭해야지만 배너가 바뀌는거라, 그냥 마우스만 버튼 위에 올리면
되는거 그거 마우스 이벤트 맞죠? onMouse ?
그럼 (__);; 이거보고 열나게 공부하겠습니다 ㅋ
자동롤링은 했는데, 이벤트? 마우스 올리면 바로 바뀌게 하는거 그거요
그건 좀 어렵네요 ㅠㅠ;;; ㅎㅎ
요건 해당 버튼을 클릭해야지만 배너가 바뀌는거라, 그냥 마우스만 버튼 위에 올리면
되는거 그거 마우스 이벤트 맞죠? onMouse ?
그럼 (__);; 이거보고 열나게 공부하겠습니다 ㅋ
첨부파일
ad.js (3.4 KB, 5회)댓글 2개
담깐 봤는데요;;;
document.write("<div class=\"scroller\" id=\"scroller\" style=\"width:"+width+"px\">");
document.write("<div class=\"flat\"><a style=\"width:"+width+"px;height:"+height+"px;\" id=\"flat\" href=\""+href[now]+"\"></a></div>");
document.write("<div class=\"guide\" id=\"guide\" style=\"margin-top:"+(height-23)+"px;margin-left:"+(width-125)+"px\">");
for(var i=0;i<pictureCount;i++)document.write("<p onclick=\"changeItem("+i+")\">"+parseInt(i+1)+"</p>");
document.write("</div>");
이 부분에서
onclick 을 onmouseover로 바꾸면 되지 않을까요?
안되면 뜯어봐야 알듯~~
document.write("<div class=\"scroller\" id=\"scroller\" style=\"width:"+width+"px\">");
document.write("<div class=\"flat\"><a style=\"width:"+width+"px;height:"+height+"px;\" id=\"flat\" href=\""+href[now]+"\"></a></div>");
document.write("<div class=\"guide\" id=\"guide\" style=\"margin-top:"+(height-23)+"px;margin-left:"+(width-125)+"px\">");
for(var i=0;i<pictureCount;i++)document.write("<p onclick=\"changeItem("+i+")\">"+parseInt(i+1)+"</p>");
document.write("</div>");
이 부분에서
onclick 을 onmouseover로 바꾸면 되지 않을까요?
안되면 뜯어봐야 알듯~~
게시글 목록
| 번호 | 제목 |
|---|---|
| 284508 | |
| 284499 | |
| 284492 | |
| 284490 | |
| 284484 | |
| 284481 | |
| 284478 | |
| 284476 | |
| 284474 | |
| 284472 | |
| 284470 | |
| 284458 | |
| 284457 | |
| 284454 | |
| 284453 | |
| 284447 | |
| 284446 | |
| 284444 | |
| 284441 | |
| 284440 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기