1.Scroll влево есть,вправо нету.
2.Должно быть название материала ($TITLE$),но его нету,тупо белый фон..
Код скрипта:
Code
<DIV id="lenta">
<style>
#lenta {
background: URL('http://thebest-online.ucoz.ru/lenta/lenta_bl.png') repeat-x top left;
display: block;
width:100%;
height: 134px;
white-space: nowrap;
position:relative;
overflow: hidden;
border-top: solid 1px;
border-bottom: solid 1px;
}
#lenta DIV { position:relative; white-space:nowrap; }
#lenta .left, #lenta .right { position:absolute; background:#000; display:block; height:107px; top:15px; opacity:.4; filter:alpha(opacity=40); }
#lenta .left IMG, #lenta .right IMG { border: none; margin: 40px 5px; }
#lenta .left { left:0px; text-align:right; }
#lenta .right { right:0px; }
#lenta_in { display:block; position:relative; left:30px; top:15px; }
#lenta IMG { border: solid 3px #87c0dd; }
#lenta A { display: inline-block; margin: 0px 5px; position: relative; text-decoration: none; }
#lenta A SPAN { position: absolute; overflow: hidden; white-space:normal; display:none; width:100%; border: solid 1px #FFF; bottom:0px; left:0px; background:#FFFFFF; font-size: 11px; opacity:.9; filter:alpha(opacity=90); }
#lenta A:hover SPAN { display:block; }
#lenta A SPAN STRONG { display:block; }
</style>
<SCRIPT language="javascript">
<!--
var carPos = 30;
var t;
var a;
var kuda;
function MoveMePlease(kuda) {
if (kuda == 1) {
document.getElementById('mr').style.width = '30px';
if (carPos >= -1150) {
t=setTimeout("MoveMePlease(1)", 40);
carPos=carPos-10;
writer(carPos);
} else { clearTimeout(t); }
}
else if (kuda == 0) {
document.getElementById('ml').style.width = '30px';
if (carPos <= 20) {
a=setTimeout("MoveMePlease(0)", 40);
carPos=carPos+10;
writer(carPos);
} else { clearTimeout(a); }
}
}
function cleaner() { clearTimeout(a); clearTimeout(t);
document.getElementById('mr').style.width = ''; document.getElementById('ml').style.width = '';
}
function writer(newPos) { document.getElementById('lenta_in').style.left = newPos+'px'; }
-->
</SCRIPT>
<DIV id="lenta_in">
<script type="text/javascript" src="http://thebest-online.ucoz.ru/informer/1"></script>
</DIV>
<DIV onmouseover="MoveMePlease(1)" onmouseout="cleaner()" id="mr" class="right">
<IMG src="http://thebest-online.ucoz.ru/lenta/move_right.gif" alt="прокрутить вправо" /></DIV>
<DIV onmouseover="MoveMePlease(0)" onmouseout="cleaner()" id="ml" class="left">
<IMG src="http://thebest-online.ucoz.ru/lenta/move_left.gif" alt="прокрутить влево" /></DIV>
</DIV>
</td></tr></table></center></div>
</ul>
</div>