첨부파일 https://imweb.eond.com/coding/348824
원래 스크롤을 목적으로 한 태그 <marquee 에 대해
최근에 보이던 스크롤 일시정지..같은 기술을 어떻게 쓸 수 있을까..하다가 만들어본 내용입니다.

...


<marquee width=100 height=100 direction=left behavior=alternate onmouseover="var v=this, w=v.scrollAmount, x=v.scrollDelay; this.onmouseout=function(){v.scrollAmount=w; v.scrollDelay=x;}; v.scrollAmount=0; v.scrollDelay=10000; ">
<table border=0 cellpadding=0 cellspacing=0 width=400><tr height=100><td width=50 bgcolor=gray>1</td><td width=50 bgcolor=blue>2</td><td width=50 bgcolor=gray>3</td><td width=50 bgcolor=blue>4</td><td width=50 bgcolor=gray>5</td><td width=50 bgcolor=blue>6</td><td width=50 bgcolor=gray>7</td><td width=50 bgcolor=blue>8</td></tr></table>
</marquee>


...


12345678



...

함수를 직접 값을 조정하는 것도 좋겠지만, 
뭐랄까요.. 기존 값이 변경됐을 땐 어떻게 해야할지 준비를 하는 쪽으로 선택했죠.

*참고*
위의 경우에는 "on--=" 이벤트를 썼습니다만,
실제 적용할 땐 script 로 따로 저장해놓는 것이 좋을겁니다.
함수 선언하면서 메모리를 잡아먹(?)거든요..

..라고 적었는데 OTL.. Opera 쪽에서는 작동을 안하는군요.
(marquee 의 scrollAmount 와 scrollDelay 값이 읽히지 않더라구요.)

...

별 수 없이(?) default 값이 있다..라고 가정시키는 형태로 
다시 풀어봅니다.

...


<marquee width=100 height=100 direction=left behavior=alternate onmouseover="var v=this, w=v.scrollAmount, x=v.scrollDelay; this.onmouseout=function(){v.scrollAmount=w?w:6; v.scrollDelay=x?x:85;}; v.scrollAmount=0; v.scrollDelay=10000; ">
<table border=0 cellpadding=0 cellspacing=0 width=400><tr height=100><td width=50 bgcolor=gray>1</td><td width=50 bgcolor=blue>2</td><td width=50 bgcolor=gray>3</td><td width=50 bgcolor=blue>4</td><td width=50 bgcolor=gray>5</td><td width=50 bgcolor=blue>6</td><td width=50 bgcolor=gray>7</td><td width=50 bgcolor=blue>8</td></tr></table>
</marquee>


...

12345678



...

smallLet killofki@.
코멘트 0
접기/펴기 | 댓글 새로고침
 
 
Total 235 articles in 4 / 12 pages
번호 제목 제목 날짜날짜
공지 코딩 배울 수 있는 사이트 모음(HTML/CSS/JS/IMG/PHP) 2018/01/03
공지 jQuery를 배울수 있는 동네들입니다. 2013/08/09
공지 관련 링크 [1] 2010/05/23
175 [PHP] 사이트 테마 기능 구현하기 [1] 2007/04/18
174 [Script] DIV 레이어 토글 [1] 2007/04/21
173 [Script] PNG 알파 필터 사용하기 [1] 2007/04/21
172 [Script] 최소/최대화 버튼 없는 군더더기 없는 새창 띄우기 2007/04/22
171 [Script] 스위칭 탭 2007/08/19
170 [HTML5] pre 태그랑 xmp 태그의 차이점 [1] 2007/08/20
169 [미분류] 태터에 제로보드 넣기 & Next, Prev 버튼 감추기 (by SkyRejoice) 2007/08/27
168 [Script] 레이어를 이용한 서브 메뉴 2007/09/10
167 [Script] onload="allblur()" 2007/11/10
166 [Script] 입력폼에 배경 넣기 2008/12/22
165 Table to DIV 파일 [5] 2008/12/25
164 구글 인덱스 코드 파일 2008/12/25
163 CSS 강좌 2일차 : display : inline(혹은 block, none) 파일 2008/12/27
162 [DIV] 이미지 없이 CSS로 둥근 모서리 구현하기 [1] 2008/12/31
161 Rounded corners without images [1] 2008/12/31
160 이미지 없이 CSS로 둥근 모서리 구현하기(1) 2008/12/31
159 Rounded Corners 2008/12/31
158 크로스브라우징 팁 정리 [2] 2009/01/01
157 DIV와 Table for Layout 에 대한 코딩 이야기 [2] 2009/01/03
156 리다이렉트 방식에 대해서..... 2009/01/04

해시태그 디렉터리

오늘의 핫게시물