Comunidad de diseño web y desarrollo en internet online

ventana news

Citar            
MensajeEscrito el 17 Oct 2014 05:01 pm
Hola a todos, tengo un script de news que funciona de izquierda a derecha sin parar y me gustaría que funcionara de abajo hacia arriba y parase unos segundos entre noticia y noticia, me pueden ayudar? muchas gracias.

-..............
var memorywidth="900px" //scroller width
var memoryheight="15px" //scroller height
var memorybgcolor="" //scroller background
var memorypadding="0px" //padding applied to the scroller. 0 for non.
var borderCSS="border: 0px solid black;" //Border CSS, applied to scroller to give border.

var memoryspeed=1 //Scroller speed (larger is faster 1-10)
var pauseit=1 //Pause scroller onMousever (0=no. 1=yes)?

var persistlastviewedmsg=1 //should scroller's position persist after users navigate away (1=yes, 0=no)?
var persistmsgbehavior="onload" //set to "onload" or "onclick".

//Specify the scroller's content (don't delete <nobr> tag)
//Keep all content on ONE line, and backslash any single quotations (ie: that\'s great):



////NO NEED TO EDIT BELOW THIS LINE////////////
var combinedcssTable="width:"+(parseInt(memorywidth)+6)+"px;background-color:"+memorybgcolor+";padding:"+memorypadding+";"+borderCSS+";"
var combinedcss="width:"+memorywidth+";height:"+(memoryheight)+";"

var divonclick=(persistlastviewedmsg && persistmsgbehavior=="onclick")? 'onClick="savelastmsg()" ' : ''
memoryspeed=(document.all)? memoryspeed : Math.max(1, memoryspeed-1) //slow speed down by 1 for NS
var copyspeed=memoryspeed
var pausespeed=(pauseit==0)? copyspeed: 0
var iedom=document.all||document.getElementById
if (iedom)
document.write('<span id="temp" style="visibility:hidden;position:absolute;top:-100px;left:-10000px">'+memorycontent+'</span>')
var actualwidth=''
var memoryscroller

if (window.addEventListener)
window.addEventListener("load", populatescroller, false)
else if (window.attachEvent)
window.attachEvent("onload", populatescroller)
else if (document.all || document.getElementById)
window.onload=populatescroller

function populatescroller(){
memoryscroller=document.getElementById? document.getElementById("memoryscroller") : document.all.memoryscroller
memoryscroller.style.left=parseInt(memorywidth)+8+"px"
if (persistlastviewedmsg && get_cookie("lastscrollerpos")!="")
revivelastmsg()
memoryscroller.innerHTML=memorycontent
actualwidth=document.all? temp.offsetWidth : document.getElementById("temp").offsetWidth
lefttime=setInterval("scrollmarquee()",20)
}

function get_cookie(Name) {
var search = Name + "="
var returnvalue = ""
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) {
offset += search.length
end = document.cookie.indexOf(";", offset)
if (end == -1)
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}

function savelastmsg(){
document.cookie="lastscrollerpos="+memoryscroller.style.left
}

function revivelastmsg(){
lastscrollerpos=parseInt(get_cookie("lastscrollerpos"))
memoryscroller.style.left=parseInt(lastscrollerpos)+"px"
}

if (persistlastviewedmsg && persistmsgbehavior=="onload")
window.onunload=savelastmsg

function scrollmarquee(){
if (parseInt(memoryscroller.style.left)>(actualwidth*(-1)+8))
memoryscroller.style.left=parseInt(memoryscroller.style.left)-copyspeed+"px"
else
memoryscroller.style.left=parseInt(memorywidth)+8+"px"
}

if (iedom){
with (document){
document.write('<table border="0" cellspacing="0" cellpadding="0" style="'+combinedcssTable+'"><td align="center">')
write('<div style="position:relative;overflow:hidden;'+combinedcss+'" onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=memoryspeed">')
write('<div id="memoryscroller" style="position:absolute;left:0px;top:-2px;" '+divonclick+'></div>')
write('</div>')
document.write('</td></table>')
}
}

Por pablo9000

5 de clabLevel



 

firefox
Citar            
MensajeEscrito el 17 Oct 2014 08:35 pm
ya lo consegui, hay que cambiar memoryscroller.style.left por memoryscroller.style.top, ahora necesito que haga una pausa entre noticia y noticia, alguien me puede ayudar?

Por pablo9000

5 de clabLevel



 

firefox
Citar            
MensajeEscrito el 19 Oct 2014 09:52 pm
Puedes modificar el tiempo del intervalo"setInterval()" para que tarde un poco mas en hacer el scroll para el lado que quieras.

Por ignell

11 de clabLevel



Genero:Masculino  

Juegos con Html5

opera
Citar            
MensajeEscrito el 20 Oct 2014 08:08 am
gracias por tur espuesta, pero no me sirver, las noticias estan en una sola linea y necesito que haga un stop entre noticia y noticia, de lo contrario pasan todas seguidas.

Por pablo9000

5 de clabLevel



 

firefox
Citar            
MensajeEscrito el 28 Oct 2014 01:12 am
jejej cierto :P , pero entonces lo tuyo es un slider si muestras como quieres quede(alguna imagen, web) seria mejor :wink:. Seria mejor usar settimeOut y que cada 10 segundos o el necesario y que luego cambie la noticia. ^^

Por ignell

11 de clabLevel



Genero:Masculino  

Juegos con Html5

firefox

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.