WIDGET DE AVISO PARA TU BLOC CON BOTÓN PARA SUBIR
julio 27, 2019
Si queréis verlo en acción podéis ir a mi Bloc de Demos lo veréis en el sidebar con el nombre Aviso
Para instalarlo en vuestro Bloc solo tenéis que seguir estos pasos:
Ir a Blogger
1-Un clic en “Diseño”
2-Clic en “Añadir un gadget”
3-Busca el widget que dice “HTML-Javascript” y ábrelo
4-Coloca el siguiente codigo en el interior
<script type="text/javascript">
iens6=document.all||document.getElementById
ns4=document.layers
//specify speed of scroll (greater=faster)
var speed=5
if (iens6){
document.write('<div id="container" style="position:relative;width:300px;height:250px;border:1px solid black;overflow:hidden">')
document.write('<div id="content" style="position:absolute;width:170px;left:0;top:0">')
}
</script>
<ilayer name="nscontainer" width=175 height=160 clip="0,0,175,160">
<layer name="nscontent" width=175 height=160 visibility=hidden>
<!--aca va el contenido-->
<h4><b>Contra el maltrato</b></h4>
<p align="left"><span style="font-weight:bold;"><span style="font-weight:bold;">Esta es una noticia de demostración si queréis leerla toda al final hay un (Siga Leyendo) Que os llevara a la fuente de la información</span>.</span> El Congreso empieza la discusión de la ley para Prevenir, Sancionar y Erradicar la Violencia contra las Mujeres. El proyecto amplía los posibles denunciados a novios y ex novios, además de cónyuges, e incorpora los daños psicológicos, penando los tratos humillantes, los celos excesivos, la intimidación y el chantaje<br />
<a style="color: rgb(255, 0, 0);" href="http://www.pagina12.com.ar/diario/elpais/1-77594-2006-12-12.html" target="_blank">Siga Leyendo</a></p>
<!--fin de contenido-->
</layer>
</ilayer>
<script language="JavaScript1.2">
if (iens6)
document.write('</div></div>')
</script>
<table width="175px"><td><p align="right">
<a href="#" onmouseover="moveup()" onmouseout="clearTimeout(moveupvar)">[Bajar]</a>
<a href="#" onmouseover="movedown()" onmouseout="clearTimeout(movedownvar)">[Subir]</a></p></td>
</table>
<script language="JavaScript1.2">
if (iens6){
var crossobj=document.getElementById? document.getElementById("content") : document.all.content
var contentheight=crossobj.offsetHeight
}
else if (ns4){
var crossobj=document.nscontainer.document.nscontent
var contentheight=crossobj.clip.height
}
function movedown(){
if (iens6&&parseInt(crossobj.style.top)>=(contentheight*(-1)+100))
crossobj.style.top=parseInt(crossobj.style.top)-speed+"px"
else if (ns4&&crossobj.top>=(contentheight*(-1)+100))
crossobj.top-=speed
movedownvar=setTimeout("movedown()",20)
}
function moveup(){
if (iens6&&parseInt(crossobj.style.top)<=0)
crossobj.style.top=parseInt(crossobj.style.top)+speed+"px"
else if (ns4&&crossobj.top<=0)
crossobj.top+=speed
moveupvar=setTimeout("moveup()",20)
}
function getcontent_height(){
if (iens6)
contentheight=crossobj.offsetHeight
else if (ns4)
document.nscontainer.document.nscontent.visibility="show"
}
window.onload=getcontent_height
</script>
iens6=document.all||document.getElementById
ns4=document.layers
//specify speed of scroll (greater=faster)
var speed=5
if (iens6){
document.write('<div id="container" style="position:relative;width:300px;height:250px;border:1px solid black;overflow:hidden">')
document.write('<div id="content" style="position:absolute;width:170px;left:0;top:0">')
}
</script>
<ilayer name="nscontainer" width=175 height=160 clip="0,0,175,160">
<layer name="nscontent" width=175 height=160 visibility=hidden>
<!--aca va el contenido-->
<h4><b>Contra el maltrato</b></h4>
<p align="left"><span style="font-weight:bold;"><span style="font-weight:bold;">Esta es una noticia de demostración si queréis leerla toda al final hay un (Siga Leyendo) Que os llevara a la fuente de la información</span>.</span> El Congreso empieza la discusión de la ley para Prevenir, Sancionar y Erradicar la Violencia contra las Mujeres. El proyecto amplía los posibles denunciados a novios y ex novios, además de cónyuges, e incorpora los daños psicológicos, penando los tratos humillantes, los celos excesivos, la intimidación y el chantaje<br />
<a style="color: rgb(255, 0, 0);" href="http://www.pagina12.com.ar/diario/elpais/1-77594-2006-12-12.html" target="_blank">Siga Leyendo</a></p>
<!--fin de contenido-->
</layer>
</ilayer>
<script language="JavaScript1.2">
if (iens6)
document.write('</div></div>')
</script>
<table width="175px"><td><p align="right">
<a href="#" onmouseover="moveup()" onmouseout="clearTimeout(moveupvar)">[Bajar]</a>
<a href="#" onmouseover="movedown()" onmouseout="clearTimeout(movedownvar)">[Subir]</a></p></td>
</table>
<script language="JavaScript1.2">
if (iens6){
var crossobj=document.getElementById? document.getElementById("content") : document.all.content
var contentheight=crossobj.offsetHeight
}
else if (ns4){
var crossobj=document.nscontainer.document.nscontent
var contentheight=crossobj.clip.height
}
function movedown(){
if (iens6&&parseInt(crossobj.style.top)>=(contentheight*(-1)+100))
crossobj.style.top=parseInt(crossobj.style.top)-speed+"px"
else if (ns4&&crossobj.top>=(contentheight*(-1)+100))
crossobj.top-=speed
movedownvar=setTimeout("movedown()",20)
}
function moveup(){
if (iens6&&parseInt(crossobj.style.top)<=0)
crossobj.style.top=parseInt(crossobj.style.top)+speed+"px"
else if (ns4&&crossobj.top<=0)
crossobj.top+=speed
moveupvar=setTimeout("moveup()",20)
}
function getcontent_height(){
if (iens6)
contentheight=crossobj.offsetHeight
else if (ns4)
document.nscontainer.document.nscontent.visibility="show"
}
window.onload=getcontent_height
</script>
Despues de haber insertado el código, un clic en "Guardar"
Fecha de la Publicación; 27-07-2019
Publicado por;
0 comentarios