Страницы: 1
Большое спасибо и +1.
Вот такая проблема. Скачал скрипт окна, текст в котором плавно поднимается вверх. В опере и ИЕ все отлично работает. В Файрфоксе не работает. Помогите пожалуйста с моей проблемой.
Текст скрипта:
<div id="content"><h2>Latest news</h2></div>
<script language="JavaScript1.2">
//Specify the marquee's width (in pixels)
var marqueewidth=170
//Specify the marquee's height
var marqueeheight=200
//Specify the marquee's scroll speed (larger is faster)
var speed=1
//Specify the marquee contents
var marqueecontents='<ul class="latestnews"><li class="latestnews"><a href="/en/news/2-central-management-console/" class="latestnews" title="33333333 place.">11111111</a><br></li><br><a href="/en/news/" class="latestnews_more">All news</a></ul>'
if (document.all)
document.write('<marquee direction="up" scrollAmount='+speed+' style="width:'+marqueewidth+';height:'+marqueeheight+'">'+marqueecontents+'</marquee>')
function regenerate(){
window.location.reload()
}
function regenerate2(){
…Страницы: 1