marquee] 크기바꾸기..

2011. 10. 16. 17:12
marquee 로 해보려던 이미지와는 조금(?) 다르긴 하지만,
하다보니 이런 문제와 마주하게 됐습니다.

...


<div>
<div style="width:100px; height:42px; overflow:auto;" onscroll="this.offsetParent.getElementsByTagName('marquee')[0].width=parseInt(this.scrollLeft/(this.scrollWidth-this.offsetWidth)*500);" ><table width=300 height=1><tr height=1><td width=300></td></tr></table></div>
<marquee width=100 height=100 direction=left behavior=alternate >
<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>
</div>


...


1 2 3 4 5 6 7 8


...

스크롤바..의 요구(?)에 따라 스크롤해보면 알겠지만,
marquee 의 bounce 의 기준..등의 처리가

브라우져마다 다르다는 문제가 생기네요..

OTL.. 결국 marquee 를 기본형태에서 조정해 쓸 수 없다는 걸까요..

smallLet killofki@.

Posted by killofki
,