15 мая 2023 года "Исходники.РУ" отмечают своё 23-летие!
Поздравляем всех причастных и неравнодушных с этим событием!
И огромное спасибо всем, кто был и остаётся с нами все эти годы!

Главная Форум Журнал Wiki DRKB Discuz!ML Помощь проекту



ScrollTable
Описание: По-моему, тут все даже ежику понятно...


Скрипт:

<TABLE border=1> <TBODY> <TR> <TD align=left bgColor=#aaaaaa> <SCRIPT language=JavaScript1.2> window.onload=regenerate2 var marqueewidth=180 var marqueeheight=50 var speed=3 var marqueecontents= '<h2><center>Здесь Вы пишите текст (в одну строчку) (с тегами)</center>' if (document.all) document.write('<marquee direction="up" scrollAmount='+speed+' style="width:' +marqueewidth+';height:'+marqueeheight+'">'+marqueecontents+'</marquee>') function regenerate(){ window.location.reload() } function regenerate2(){ if (document.layers){ setTimeout("window.onresize=regenerate",500) intializemarquee() } } function intializemarquee(){ document.marq1.document.marq2.document.write(marqueecontents) document.marq1.document.marq2.document.close() thelength=document.marq1.document.marq2.document.height scrollit() } function scrollit(){ if (document.marq1.document.marq2.op>=thelength*(-1)){ document.marq1.document.marq2.top-=speed setTimeout("scrollit()",200) } else{ document.marq1.document.marq2.top=marqueeheight scrollit() } } </SCRIPT> <ILAYER name="marq1" height="&amp;{marqueeheight};" width="&amp;{marqueewidth};"><LAYER name="marq2" height="&amp;{marqueeheight};" width="&amp;{marqueewidth};"> </LAYER></ILAYER></TD></TR></TBODY></TABLE>