웹사이트 관련 팁들을 모아놓은 곳입니다. 좋은팁 공유 합시다.
  • 웹미니 한줄 전광판 영역 입니다.
글 수 186

0

조회 수 : 7761 신고 : 0

작성자 : 웹기프트
포인트 : 17 | 레벨 : 0
<script type="text/javascript">
var Timer;
function ScrollLeft()
{
Timer = setInterval("document.getElementById('panorama').scrollLeft -= 4", 5); 

}
function ScrollRight()
{
Timer = setInterval("document.getElementById('panorama').scrollLeft += 4", 5);
}
</script>
<div id="panorama" style="width:210px; height:120px;overflow:hidden">
<table>
<tr>
<td>
<img src="image1.gif" style="width:100px"/>
</td>
<td>
<img src="image2.gif" style="width:100px"/>
</td>
<td>
<img src="image3.gif" style="width:100px"/>
</td>
<td>
<img src="image4.gif" style="width:100px"/>
</td>
<td>
<img src="image5.gif" style="width:100px"/>
</td>
</tr>
</table>
</div>
<div style="width:210px; text-align:center">
<a href="#" style="color:white"> 
<img src="prev.gif" onmousedown="ScrollLeft()" onmouseup="clearInterval(Timer)"></a>
<a href="#" style="color:white"> 
<img src="next.gif" onmousedown="ScrollRight()" onmouseup="clearInterval(Timer)"></a>
</div>
소중한 댓글 부탁드립니다.
추천수 10단위당 메달이 1개씩 노출되고, 추천수에 따라 배경색이 변하며, 일정수의 추천수를 받을시 BEST 아이콘이 붙게됩니다.
추천수에 따른 배경색 보기 본문으로 바로가기
  • 추천수 50개이상
  • 추천수 30개이상
  • 추천수 20개이상
  • 추천수 10개이상
  • 추천수 3개이상
닫기

댓글 '5'

스마일조아 (118183)

2009.11.04 20:02:48

좋은 정보 감사합니다.
세톨박이 (196750)

2010.05.27 12:47:11

감사합니다~ :)

조수아 (200516)

2010.06.04 08:46:46

감사 합니다~

열혈개미 (207627)

2010.06.18 19:27:12

감사 합니다~

김성주 (217632)

2010.07.26 18:33:25

신기

List of Articles
번호 제목 글쓴이 날짜sort 추천 수 조회 수
186 트래픽이란? [4] title: [ani]깜빡이는 표정빽짱구 2004-02-07 19 3643
185 best of best FTP없이 자신의 계정없이 내용확인하기 [5] title: [ani]깜빡이는 표정빽짱구 2004-02-07 33 3395
184 잘못된 html코딩습관 몇가지 [5] title: [ani]깜빡이는 표정빽짱구 2004-02-07 17 3626
183 배너광고 효과 높이기 [4] title: [ani]깜빡이는 표정빽짱구 2004-02-07 17 3439
182 프레임과 노프레임 [4] title: [ani]깜빡이는 표정빽짱구 2004-02-07 14 4154
181 포토샵에서 폰트복구 확실한 방법 [2] title: [ani]깜빡이는 표정빽짱구 2004-02-07 15 3355
180 PHP만 지원되도 제로보드를 설치할수있다 [2] title: [ani]깜빡이는 표정빽짱구 2004-02-07 13 2630
179 이쁜 올라오는 글자 [2] title: [ani]깜빡이는 표정빽짱구 2004-02-07 11 2640
178 best of best 아이프레임 [2] title: [ani]깜빡이는 표정빽짱구 2004-02-07 24 3009
177 상태표시줄 바꿔보자3 [2] title: [ani]깜빡이는 표정빽짱구 2004-02-07 13 2628
176 데이터베이스 [2] title: [ani]깜빡이는 표정빽짱구 2004-02-07 11 2474
175 폰트설치법 [2] title: [ani]깜빡이는 표정빽짱구 2004-02-07 9 3305
174 홈페이지란 무엇인가? [1] title: [ani]깜빡이는 표정빽짱구 2004-02-08 17 2606
173 best of best Html 이란 무엇인가 [2] title: [ani]깜빡이는 표정빽짱구 2004-02-08 23 2865
172 http ? [1] title: [ani]깜빡이는 표정빽짱구 2004-02-08 18 2491
171 리눅스 [Linux] [1] title: [ani]깜빡이는 표정빽짱구 2004-02-08 13 2341
170 메타태그란? [3] title: [ani]깜빡이는 표정빽짱구 2004-02-08 18 3322
169 자동으로 페이지 전환 [3] title: [ani]깜빡이는 표정빽짱구 2004-02-08 18 3340
168 뒤,앞,새로고침,창닫기 [4] title: [ani]깜빡이는 표정빽짱구 2004-02-08 14 3525
167 즐겨찾기 추가 버튼이나 텍스트 만들기. [3] title: [ani]깜빡이는 표정빽짱구 2004-02-08 11 3414