Home
RSS
Sign In
Sign Up
Chat
Contact
About BFB
Top Webs
Afiliados
Terminos
Downloads
News
RSS
Codes
Web Masters
BFBCorporation
index
Contacto
Terminos
Nueva Cuenta
Título de la nueva página
SignUp
a
user-zomma
new-00001
Top Webs
2
Menu
l
Stairway To Heaven - Rod&Gab
GuitarPro
11:11
CS4
CS3
link
psdlogos
chat
Home
Zomma
upload
ibeer
isaber
Descargas
Totalvideoconverter
ccleaner
apguitartuner
uploader
d
ds
Acercade
RSS
Afiliados
news
codes
t-texto
t-raton
t-scroll
t-flash
t-fav
t-fyh
t-menu
t-img
t-varios
t-efect
webmasters
support
diseño001
diseño002
diseño003
Tabla de Colores
buscador
visitantes
post
Libro de visitantes
A1
A1-1
s
tusdrogas
sfebs
123
t-texto
Texto que sigue al raton:
<html> <head> <style> .spanstyle { position:absolute; visibility:visible; top:-50px; font-size:9pt; font-family:Tahoma; font-weight:bold; color:blue; } </style> <script> var x,y var step=20 var flag=0 // Tienes que dejar un espacio al final de tu mensaje!!!!! var message="Tu mensaje va aqui... " message=message.split("") var xpos=new Array() for (i=0;i<=message.length-1;i++) { xpos[i]=-50 } var ypos=new Array() for (i=0;i<=message.length-1;i++) { ypos[i]=-50 } function handlerMM(e){ x = (document.layers) ? e.pageX : document.body.scrollLeft+event.clientX y = (document.layers) ? e.pageY : document.body.scrollTop+event.clientY flag=1 } function makesnake() { if (flag==1 && document.all) { for (i=message.length-1; i>=1; i--) { xpos[i]=xpos[i-1]+step ypos[i]=ypos[i-1] } xpos[0]=x+step ypos[0]=y for (i=0; i<message.length-1; i++) { var thisspan = eval("span"+(i)+".style") thisspan.posLeft=xpos[i] thisspan.posTop=ypos[i] } } else if (flag==1 && document.layers) { for (i=message.length-1; i>=1; i--) { xpos[i]=xpos[i-1]+step ypos[i]=ypos[i-1] } xpos[0]=x+step ypos[0]=y for (i=0; i<message.length-1; i++) { var thisspan = eval("document.span"+i) thisspan.left=xpos[i] thisspan.top=ypos[i] } } var timer=setTimeout("makesnake()",30) } </script> </head> <body onLoad_fckprotectedatt=" onLoad="makesnake()"" style="width:100%;overflow-x:hidden;overflow-y:scroll"> </body> <script> <!-- Beginning of JavaScript - for (i=0;i<=message.length-1;i++) { document.write("<span id='span"+i+"' class='spanstyle'>") document.write(message[i]) document.write("</span>") } if (document.layers){ document.captureEvents(Event.MOUSEMOVE); } document.onmousemove = handlerMM; // - End of JavaScript - --> </script> </html>
Texto que cambia de color:
<script language="JavaScript"> <!-- function initArray() { for (var i = 0; i < initArray.arguments.length; i++) { this[i] = initArray.arguments[i]; } this.length = initArray.arguments.length; } // you may fill this colors array with your colors. // the script will rotate the links through these colors var colors = new initArray( "#0066FF", "#FF6600", "blue", "red", "purple", "black", "grey", "navy"); pause_time = .5; // in seconds link = 0; // starting color index (in colors array) for unvisited links vlink = 4; // starting color index (in colors array) for visited links function linkDance() { link = (link+1)%colors.length; vlink = (vlink+1)%colors.length; //alert("link "+link+"rnvlink "+vlink+"rnvlinkColor "+document.vlinkColor); document.linkColor = colors[link]; document.vlinkColor = colors[vlink]; setTimeout("linkDance();",pause_time*1000); } linkDance(); // --> </script>
Texto en cursiva:
[i]Cursiva[/i]
Texto superindice:
<sup>superindice</sup>
Texto tachado:
<strike>tachado</strike>
Texto subrayado:
<u>subrayado</u>
Girar el texto orizontalmente:
<span style="filter: fliph; height:1">Code Web</span>
Camgiar tamaño del texto:
<font size='5'>Texto Gigante</font>
Titulo en movimiento:
<SCRIPT LANGUAGE="JavaScript"> var txt=" [ C O D E S W E B ] - http://www.codesweb.es.tl -"; var espera=200; var refresco=null; function rotulo_title() { document.title=txt; txt=txt.substring(1,txt.length)+txt.charAt(0); refresco=setTimeout("rotulo_title()",espera);} rotulo_title(); </SCRIPT>
Texto a la izquierda:
<div align="left">texto</div>
Texto a la derecha:
<div align="right">texto</div>
Palabras en movimiento:
<SCRIPT languague="JavaScript"> <!-- var cuenta=0 var texto=" Siempre deja espacio " function scrolltexto () { window.status=texto.substring (cuenta,texto.length)+ texto.substring(0,cuenta) if (cuenta <texto.length){ cuenta ++ }else{ cuenta=0 } setTimeout("scrolltexto()",150) } scrolltexto () //--> </SCRIPT>
Texto maquina de escribir:
<tt>modo maquina</tt>
Hora en la barra superior 1:
<SCRIPT Language="JavaScript"> <!-- var today = new Date() var year = today.getYear() if(year<1000) year+=1900 document.title="Titulo de la pagina "+"("+today.getDate() + "." + (today.getMonth()+1) + "." + (year+"").substring(2,4)+")" //--> </SCRIPT> </head>
Texto imborrable:
<input type=text name=box value="No lo puedes borrar" onFocus_fckprotectedatt=" onFocus="this.blur()"" size=22>
Texto aleatorio:
<Script Language="JavaScript"> hoje = new Date() numero_de_textos = 4 segundos = hoje.getSeconds() numero = segundos % numero_de_textos if (numero == 0){ texto = "Coloca el primer texto aquí" } if (numero == 01){ texto = "Coloca el segundo texto aquí" } if (numero == 02){ texto = "Coloca el tercer texto aquí" } if (numero == 03){ texto = "Coloca el cuarto texto aquí" } document.write('' + texto +'') </script>
Impocible seleccionar texto:
<script language="JavaScript"> function disableselect(e) { return false } function reEnable() { return true } //if IE4+ document.onselectstart=new Function ("return false") //if NS6 if (window.sidebar) { document.onmousedown=disableselect document.onclick=reEnable } </script> </head>
Barra de estado animada:
<script language="JavaScript"> tempo = 10; chars = 5; texto = "-- Bievenidos a code web --"; wtexto = new Array(33); wtexto[0] = texto; blnk = " ";//Mantén estos espacios for (i = 1; i < 32; i++) { b = blnk.substring(0, i); wtexto[i] = ""; for (j = 0; j < texto.length; j++) wtexto[i] = wtexto[i] + texto.charAt(j) + b; } function animastatus() { if (chars > -1) str = wtexto[chars]; else str = wtexto[0]; if (chars-- < -40) chars = 31; status = str; clearTimeout(tempo); tempo = setTimeout("animastatus()", 150); } animastatus() </script>
Texto fantasma:
<span style="height: 1; Filter: Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, FinishX=100%)">Codes web</span>
Texto en negrita:
[b]Negrita[/b]
Texto subindice:
<sub>subindice</sub>
Texto ondulado:
<table style="Filter: Wave(Add=0, Freq=2, LightStrength=10, Phase=3, Strength=3)">Codes web</table>
Texto sombreado:
span style="height: 20;filter:blur(add=1,direction=270,strength=10)">Codes web</span>
Girar texto verticalmente:
<span style="filter: flipv; height:1">Codes web</span>
Texto deslisante hacia arriba:
<marquee behavior=scroll direction=up scrollamount=1 height=60>Codes web</marquee>
Texto al centro:
<div align="center">texto</div>
Poner mensaje en la barra:
<SCRIPT LANGUAGE=JavaScript> window.defaultStatus = "Saludos de Codes web"; </SCRIPT>
Texto flotando en la pantalla:
<script language="JavaScript"> <!-- done = 0; step = 4 function anim(yp,yk) { if(document.layers) document.layers["texto"].top=yp; else document.all["texto"].style.top=yp; if(yp>yk) step = -4 if(yp<60) step = 4 setTimeout('anim('+(yp+step)+','+yk+')', 35); } function start() { if(done) return done = 1; if(navigator.appName=="Netscape") { document.texto.left=innerWidth/2 - 145; anim(60,innerHeight - 60) } else { texto.style.left=11; anim(60,document.body.offsetHeight - 60) } } // --></script> <div id="texto" style="position: absolute; top: -50; color: #FF8000; font-family: Arial, Helvetica; font-weight:bold; font-size:40px;"> <p><font face="Arial, Helvetica, sans-serif" size="3"><b><font size="6" color="#990000">Saludos de Codes web</font></b></font></p> </div> <script language="JavaScript"> <!-- setTimeout('start()',10); //--> </script>
Texto que cambia de color:
<html> <head> <style> .bigChange {color:blue; font-weight:bolder; font-size:175%; letter-spacing:4px; text-transform: uppercase; background:yellow} .start {color:yellow; background:blue} </style> <script LANGUAGE="JAVASCRIPT"> function highlightButton(s) { if ("INPUT"==event.srcElement.tagName) event.srcElement.className=s } </script> <title>JavaFILE</title> <base target="leftframe"></base> </head> <body BGCOLOR="#ffffff" link="#CC0033" vlink="#333399" alink="#FF0000" <!--content start--> <table WIDTH="96%" BORDER="0" CELLSPACING="5" CELLPADDING="5"> <tr> <td WIDTH="100%"><font size="3"></font><font FACE="ARIEL,HELVETICA" SIZE="-1"><form NAME="highlight" onmouseover_fckprotectedatt=" onmouseover="highlightButton('start')"" onmouseout_fckprotectedatt=" onmouseout="highlightButton('')""> <div align="center"><center><p><input type="button" Value="Presioname...Cambiaré de color!"></font></p> </center></div> </form> </td> </tr> </table> <!--content stop--> </body> </html>
Evitar subrayado de link:
<html> <head> <title>No Link Lines!</title> <!-- START NO LINK LINE CODE --> <!-- This ENTIRE script goes between your HEAD tags. --> <style> <!-- a{text-decoration:none} //--> </style> <!-- END NO LINK LINE CODE --> </head> <body> <!-- YOUR SITE CONTENT GOES HERE --> </body> </html>
Frases desplasandoce en la barra:
<html> <head> <SCRIPT> <!-- var ShowString = " " //La primera linea tiene que estar en blanco + "Aqum la frase 1 " //Puedes añadir mas frases, aparte de estas 3 + "Aqum la frase 2 " + "Aqum la frase 3 " + "Ejemplo de otra frase " var ShowWidth = 100 var ShowHead = 0 var ShowTail = ShowWidth var ShowLength = ShowString.length function Marquee () { var DisplayString if (ShowHead < ShowTail) DisplayString = ShowString.substring(ShowHead, ShowTail) else DisplayString = ShowString.substring(ShowHead, ShowLength) + ShowString.substring( 0, ShowTail) ShowHead = (ShowHead + 1 ) % ShowLength ShowTail = (ShowTail + 1 ) % ShowLength window.status = DisplayString TimerID = setTimeout("Marquee()", 100) //Cambia el numero para cambiar la velocidad } //--> </SCRIPT> </head> <BODY onLoad_fckprotectedatt=" onLoad="Marquee()""> </body> </html>
Ventana con texto movil:
<script language="JavaScript1.2"> // ancho var marqueewidth=200 // alto var marqueeheight=120 // velocidad var speed=2 // contenido var marqueecontents='<font face="Verdana"><small>agrega noticias, etc</a><br>www.codigosweb.es.tl, puedes cambiar el color de fondo la fuente</a><br>Incluye aqui mas info</a><br>Modifica este script para tu uso</a></small></a></font>' if (document.all) document.write('<marquee direction="up" scrollAmount='+speed+' style="width:'+marqueewidth+';height:'+marqueeheight+'">'+marqueecontents+'</marquee>') function regenerate(){ window.location.reload() } function regenerate2(){ if (document.layers){ setTimeout("window.onresize=regenerate",400) intializemarquee() } } function intializemarquee(){ document.cmarquee01.document.cmarquee02.document.write(marqueecontents) document.cmarquee01.document.cmarquee02.document.close() thelength=document.cmarquee01.document.cmarquee02.document.height scrollit() } function scrollit(){ if (document.cmarquee01.document.cmarquee02.top>=thelength*(-1)){ document.cmarquee01.document.cmarquee02.top-=speed setTimeout("scrollit()",100) } else{ document.cmarquee01.document.cmarquee02.top=marqueeheight scrollit() } } window.onload=regenerate2 </script>
Fecha el la barra superior 2:
<script language="javascript"> var fecha = new Date() var anho = fecha.getYear() if(anho < 1000) anho+=1900 var mes = fecha.getMonth() var dia = fecha.getDate() if(dia < 10) dia = "0" + dia var mesarray = new Array("Ene","Feb","Mar","Abr","May","Jun","Jul","Ago","Sep","Oct","Nov","Dic") document.title ="Titulo de la pagina (" +dia+ "/" +mesarray[mes]+ "/" +anho+ ")" </script> </head>
Evitar copiar texto:
<> <script language="JavaScript1.2"> function disableselect(e){ return false } function reEnable(){ return true } //if IE4+ document.onselectstart=new Function ("return false") //if NS6 if (window.sidebar){ document.onmousedown=disableselect document.onclick=reEnable } </script>
BFB Corporation
Design by
Zomma
© 2010
Acerca de
|
Anuncios
|
Contacto
|
Reportar Abuso
|
Blog
|
Trabajos
|
Preguntas frecuentes
|
Ayuda
Este sitio web fue creado de forma gratuita con
PaginaWebGratis.es
. ¿Quieres también tu sitio web propio?
Registrarse gratis