<?xml version="1.0" encoding="iso-8859-1" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Foro Vida Una : Scrolling traslucido</title>
  <link>https://www.vidauna.com/</link>
  <description><![CDATA[This is an XML content feed of; Foro Vida Una : C&#243;digos JavaScript : Scrolling traslucido]]></description>
  <pubDate>Sat, 30 May 2026 01:34:48 +0000</pubDate>
  <lastBuildDate>Tue, 25 Jan 2011 08:49:54 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.vidauna.com/RSS_post_feed.asp?TID=1359</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Foro Vida Una]]></title>
   <url>https://www.vidauna.com/images/vidauna_logo.gif</url>
   <link>https://www.vidauna.com/</link>
  </image>
  <item>
   <title><![CDATA[Scrolling traslucido : Scrolling traslucido     Copiar...]]></title>
   <link>https://www.vidauna.com/scrolling-traslucido_topic1359_post4666.html#4666</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.vidauna.com/member_profile.asp?PF=110">Programador</a><br /><strong>Subject:</strong> 1359<br /><strong>Posted:</strong> 25&nbsp;Enero&nbsp;2011 at 8:49am<br /><br /><P align=center><strong>Scrolling traslucido</strong></P><DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV><EM>Copiar y pegar en &lt;body&gt;</EM></DIV><DIV>&nbsp;</DIV><DIV>&lt;script language="JavaScript1.2"&gt;<BR>var scroller_width=200<BR>var scroller_height=120<BR>var bgcolor='#E0EFD1'<BR>var pause=3000 //SET PAUSE BETWEEN SLIDE (3000=3 seconds)</DIV><DIV>var scrollercontent=new Array()<BR>//Define scroller contents. Extend or contract array as needed<BR>scrollercontent&#091;0&#093;='Esto te puede servir para plasmar tus noticias , o tus novedades&nbsp; yo que se lo que se te pueda ocurrir.'<BR>scrollercontent&#091;1&#093;='Que no te a quedado claro , no me lo hagas repetir .'<BR>scrollercontent&#091;2&#093;='Visita mi pagina &lt;a href="<a href="" target="_blank">creatupropiaweb</A><BR>con'>http://www.creatupropiaweb.com"&gt;creatupropiaweb&lt;/a&gt;&lt;br&gt;con</A> un click aqui &lt;a href="<a href="http://www.creatupropiaweb.com" target="_blank">http://www.creatupropiaweb.com</A>"&gt; venga&lt;/a&gt;'</DIV><DIV>////NO need to edit beyond here/////////////</DIV><DIV>var ie4=document.all&amp;&amp;navigator.userAgent.indexOf("Opera")==-1<BR>var dom=document.getElementById&amp;&amp;navigator.userAgent.indexOf("Opera")==-1</DIV><DIV>if (ie4||dom)<BR>document.write('&lt;div style="position:relative;width:'+scroller_width+';height:'+scroller_height+';overflow:hidden"&gt;&lt;div id="canvas0" style="position:absolute;background-color:'+bgcolor+';width:'+scroller_width+';height:'+scroller_height+';top:'+scroller_height+';filter:alpha(opacity=20);-moz-opacity:0.2;"&gt;&lt;/div&gt;&lt;div id="canvas1" style="position:absolute;background-color:'+bgcolor+';width:'+scroller_width+';height:'+scroller_height+';top:'+scroller_height+';filter:alpha(opacity=20);-moz-opacity:0.2;"&gt;&lt;/div&gt;&lt;/div&gt;')<BR>else if (document.layers){<BR>document.write('&lt;ilayer id=tickernsmain visibility=hide width='+scroller_width+' height='+scroller_height+' bgColor='+bgcolor+'&gt;&lt;layer id=tickernssub width='+scroller_width+' height='+scroller_height+' left=0 top=0&gt;'+scrollercontent&#091;0&#093;+'&lt;/layer&gt;&lt;/ilayer&gt;')<BR>}</DIV><DIV>var curpos=scroller_height*(1)<BR>var degree=10<BR>var curcanvas="canvas0"<BR>var curindex=0<BR>var nextindex=1</DIV><DIV>function moveslide(){<BR>if (curpos&gt;0){<BR>curpos=Math.max(curpos-degree,0)<BR>tempobj.style.top=curpos<BR>}<BR>else{<BR>clearInterval(dropslide)<BR>if (crossobj.filters)<BR>crossobj.filters.alpha.opacity=100<BR>else if (crossobj.style.MozOpacity)<BR>crossobj.style.MozOpacity=1<BR>nextcanvas=(curcanvas=="canvas0")? "canvas0" : "canvas1"<BR>tempobj=ie4? eval("document.all."+nextcanvas) : document.getElementById(nextcanvas)<BR>tempobj.innerHTML=scrollercontent&#091;curindex&#093;<BR>nextindex=(nextindex&lt;scrollercontent.length-1)? nextindex+1 : 0<BR>setTimeout("rotateslide()",pause)<BR>}<BR>}</DIV><DIV>function rotateslide(){<BR>if (ie4||dom){<BR>resetit(curcanvas)<BR>crossobj=tempobj=ie4? eval("document.all."+curcanvas) : document.getElementById(curcanvas)<BR>crossobj.style.zIndex++<BR>if (crossobj.filters)<BR>document.all.canvas0.filters.alpha.opacity=document.all.canvas1.filters.alpha.opacity=20<BR>else if (crossobj.style.MozOpacity)<BR>document.getElementById("canvas0").style.MozOpacity=document.getElementById("canvas1").style.MozOpacity=0.2<BR>var temp='setInterval("moveslide()",50)'<BR>dropslide=eval(temp)<BR>curcanvas=(curcanvas=="canvas0")? "canvas1" : "canvas0"<BR>}<BR>else if (document.layers){<BR>crossobj.document.write(scrollercontent&#091;curindex&#093;)<BR>crossobj.document.close()<BR>}<BR>curindex=(curindex&lt;scrollercontent.length-1)? curindex+1 : 0<BR>}</DIV><DIV>function resetit(what){<BR>curpos=scroller_height*(1)<BR>var crossobj=ie4? eval("document.all."+what) : document.getElementById(what)<BR>crossobj.style.top=curpos<BR>}</DIV><DIV>function startit(){<BR>crossobj=ie4? eval("document.all."+curcanvas) : dom? document.getElementById(curcanvas) : document.tickernsmain.document.tickernssub<BR>if (ie4||dom){<BR>crossobj.innerHTML=scrollercontent&#091;curindex&#093;<BR>rotateslide()<BR>}<BR>else{<BR>document.tickernsmain.visibility='show'<BR>curindex++<BR>setInterval("rotateslide()",pause)<BR>}<BR>}</DIV><DIV>if (ie4||dom||document.layers)<BR>window.onload=startit</DIV><DIV>&lt;/script&gt;<BR>&lt;/p&gt;<BR>&lt;/center&gt;</DIV>]]>
   </description>
   <pubDate>Tue, 25 Jan 2011 08:49:54 +0000</pubDate>
   <guid isPermaLink="true">https://www.vidauna.com/scrolling-traslucido_topic1359_post4666.html#4666</guid>
  </item> 
 </channel>
</rss>