| |||
texto desplazandose como puedo sacar un texto desplazandose hacia arriba <IMG SRC="images/futbol.gif" WIDTH="15" HEIGHT="15" HSPACE="3"> <IMG SRC="images/futbol.gif" WIDTH="15" HEIGHT="15" HSPACE="3"> <IMG SRC="images/futbol.gif" WIDTH="15" HEIGHT="15" HSPACE="3"> <IMG SRC="images/futbol.gif" WIDTH="15" HEIGHT="15" HSPACE="3"> <IMG SRC="images/futbol.gif" WIDTH="15" HEIGHT="15" HSPACE="3"> <IMG SRC="images/futbol.gif" WIDTH="15" HEIGHT="15" HSPACE="3"> <IMG SRC="images/futbol.gif" WIDTH="15" HEIGHT="15" HSPACE="3"> <IMG SRC="images/futbol.gif" WIDTH="15" HEIGHT="15" HSPACE="3"> <IMG SRC="images/futbol.gif" WIDTH="15" HEIGHT="15" HSPACE="3"> <IMG SRC="images/futbol.gif" WIDTH="15" HEIGHT="15" HSPACE="3"> <IMG SRC="images/futbol.gif" WIDTH="15" HEIGHT="15" HSPACE="3"> <IMG SRC="images/futbol.gif" WIDTH="15" HEIGHT="15" HSPACE="3"> <IMG SRC="images/futbol.gif" WIDTH="15" HEIGHT="15" HSPACE="3"> <IMG SRC="images/futbol.gif" WIDTH="15" HEIGHT="15" HSPACE="3"> <IMG SRC="images/futbol.gif" WIDTH="15" HEIGHT="15" HSPACE="3"> |
| |||
Re: texto desplazandose Hola amigo: Tal vez te refieres a un scroll de noticias, en ese caso entra al sitio que te doy y busca donde diga Scroll de noticias. Copias ese codigo y tienes lo que quieres<a href='ir.asp?http://construyetuweb.netfirms.com' target='_blank'>http://construyetuweb.netfirms.com...</a> <p><embed width="300" height="60" src="http://construyetuweb.netfirms.com/300x60laguia.swf"></p> |
| |||
Re: texto desplazandose Yo lo haria con el Scroll como dice Palmiro. Es bastante facil de hacer. <p align="center"><a href="http://www.mundopesca.cjb.net"><img border="0" src="http://usuarios.lycos.es/criminologia/antinazis.gif" width="65" height="81"></a></p> |
| |||
Re: texto desplazandose POR FAVOR ESTOY CON LA MISMA NECESIDAD, COMO ES ESO DEL HTML DINAMICO , COMO INTRODUZCO UN SCROLL EN UNA PARTE DE LA PÁGINA ??, TAMBIEN DESEO MOSTRAR EN UNA PARTE DE LA PAGINA TEXTO QUE SE PUEDA DESPLAZAR CON UN SCROL PERO QUE NO SE MUEVA EL RESTO DE LA PÁGINA. GRACIAS ANTICIPADAS HERNAN |
| |||
Re: texto desplazandose Es muy facil copia este código en la zona que quieras que se mueva el texto: <!-- Copiar este código dentro del tag BODY --> <script language="JavaScript1.2"> // ancho var marqueewidth=150 // alto var marqueeheight=80 // velocidad var speed=1 // contenido var marqueecontents='<font face="Arial"><small>En el depósito de JavaScripts podrás encontrar aquellos códigos solicitados por los usuarios de los <a href="http//www.forosdelweb.com/">Foros del Web</a>.<p>&nbsp;</p>Si buscás otro script visitá la sección <a href="index.htm">Depósito de JavaScripts!</small></a></font>' if (document.all) document.write('<marquee direction="up" scrollAmount='+speed+' style="width:'+marqueewidth+';height:'+marque eheight+'">'+marqueecontents+'</marquee>') function regenerate(){ window.location.reload() } function regenerate2(){ if (document.layers){ setTimeout("window.onresize=regenerate", 450) intializemarquee() } } function intializemarquee(){ document.cmarquee01.document.cmarquee02.document.w rite(marqueecontents) document.cmarquee01.document.cmarquee02.document.c lose() thelength=document.cmarquee01.document.cmarquee02. document.height scrollit() } function scrollit(){ if (document.cmarquee01.document.cmarquee02.top>=t helength*(-1)){ document.cmarquee01.document.cmarquee02.top-=speed setTimeout("scrollit()",100) } else{ document.cmarquee01.document.cmarquee02.top=marque eheight scrollit() } } window.onload=regenerate2 </script> <p align="center"><a href="http://www.mundopesca.cjb.net"><img border="0" src="http://usuarios.lycos.es/criminologia/antinazis.gif" width="65" height="81"></a></p> |
| |||
Re: texto desplazandose Hola amigo: No hay porblema en llamar este Script desde una celda de una tabla. Debes saber que casi siempre las celdas de las tablas se comportan exactamente igual que las tablas, salvo en raras excepciones. Buena suerte. <p><embed width="300" height="60" src="http://construyetuweb.netfirms.com/300x60laguia.swf"></p> |
| |||
Re: texto desplazandose HernanT este Javascript lo puedes colocar en una celda o donde quieras es totalmente manejable. Si tienes algun problema con el solo tienes que decirmelo que te ayudare a solucionarlo. Salu2 <p align="center"><a href="http://www.mundopesca.cjb.net"><img border="0" src="http://usuarios.lycos.es/criminologia/antinazis.gif" width="65" height="81"></a></p> |