<script>
Phrase="AQUI PON TU TEXTO QUE QUIERAS"
Balises=""
Taille=25;
Midx=-50;
Decal=0.25;
Nb=Phrase.length;
y=-500;
for (x=0;x<Nb;x++){
Balises=Balises + '<DIV>' + Phrase.charAt(x) + '</DIV>'
}
document.write (Balises);
Time=window.setInterval("Alors()",35);
Alpha=5;
I_Alpha=0.05;
function Alors(){
Alpha=Alpha-I_Alpha;
for (x=0;x<Nb;x++){
Alpha1=Alpha+Decal*x;
Cosine=Math.cos(Alpha1);
Ob=document.all("L"+x);
Ob.style.posLeft=Midx+100*Math.sin(Alpha1)+600;
Ob.style.zIndex=10*Cosine;
Ob.style.fontSize=Taille+1*Cosine;
Ob.style.color="rgb("+ (99+Cosine*99+11) + ","+ (11+Cosine*11+00) + ",99)";
}
}
</script>
MARQUESINA DE TEXTO
<p><b><font color="#FFFFFF" face="Verdana" size="2">
<marquee>AQUI PON TU TEXTO QUE QUIERAS</marquee></font></b></p>
MENSAJE SOBRE TEXTO AL TRANSCURRIR SEGUNDOS
<script>
var WAIT_IN_MSECS=3000; /* 3 seconds */
var timer=null;
function doIt(_v)
{
if(_v)
{
timer=setTimeout('doAction()',WAIT_IN_MSECS);
}
else
{
if(timer)
{
clearTimeout(timer);
timer=null;
}
}
}
function doAction()
{
alert("AQUI PON EL TEXTO QUE QUIERAS CUANDO PONGA EL MOUSE SOBRE EL TEXTO");
}
</script>
PUNTERO CAMBIA SEGUN DIRECCIÓN DEL MOUSE
<script>
<!-- Begin
var x, y, xold, yold, xdiff, ydiff;
var dir = Array();
dir[0] = "n-resize";
dir[1]="ne-resize";
dir[2]="e-resize";
dir[3]="se-resize";
dir[4] = "s-resize";
dir[5]="sw-resize";
dir[6]="w-resize";
dir[7]="nw-resize";
document.onmousemove = FindXY;
function display(direction) {
document.body.style.cursor = dir[direction];
}
function FindXY(loc) {
x = (document.layers) ? loc.pageX : event.clientX;
y = (document.layers) ? loc.pageY : event.clientY;
xdiff = x - xold;
ydiff = y - yold
if ((xdiff < 2) && (ydiff < -2)) display(0);
if ((xdiff <2> 2)) display(4);
if ((xdiff > 2) && (ydiff < 2)) display(2);
if ((xdiff < -2) && (ydiff <2> 2) && (ydiff > 2)) display(3);
if ((xdiff > 2) && (ydiff < -2)) display(1);
if ((xdiff <2> 2)) display(5);
if ((xdiff < -2) && (ydiff <2>
</script>
TEXTO ROTANDO SOBRE EL PUNTERO DEL RATON
Código: |
<script>
<!-- Begin
if (document.all) {
//Escribe aquí el texto que quieres
yourLogo = "AQUI PON TU TEXTO QUE QUIERAS"; //Más de 2 letras
logoFont = "Verdana";
logoColor = "336699";
//No tienes que modificar nada mas
yourLogo = yourLogo.split('');
L = yourLogo.length;
TrigSplit = 360 / L;
Sz = new Array()
logoWidth = 100;
logoHeight = -30;
ypos = 0;
xpos = 0;
step = 0.03;
currStep = 0;
document.write('<div id="outer"><div>');
for (i = 0; i < L; i++) {
document.write('<div id="ie">'+yourLogo[i]+'</div>');
}
document.write('</div></div>');
function Mouse() {
ypos = event.y;
xpos = event.x - 5;
}
document.onmousemove=Mouse;
function animateLogo() {
outer.style.pixelTop = document.body.scrollTop;
for (i = 0; i < L; i++) {
ie[i].style.top = ypos + logoHeight * Math.sin(currStep + i * TrigSplit * Math.PI / 180);
ie[i].style.left = xpos + logoWidth * Math.cos(currStep + i * TrigSplit * Math.PI / 180);
Sz[i] = ie[i].style.pixelTop - ypos;
if (Sz[i] <5>
</script>
TEXTO CON EFECTO DE MECANOGRAFIA
<script><!--
//Secify scroller contents
var line=new Array()
line[1]="AQUI PON TU TEXTO QUE QUIERAS"
line[2]="AQUI PON TU TEXTO QUE QUIERAS"
line[3]="AQUI PON TU TEXTO QUE QUIERAS"
line[4]="AQUI PON TU TEXTO QUE UQIERAS"
line[5]="AQUI PON TU TEXTO QUE QUIERAS"
line[6]="AQUI PON TU TEXTO QUE QUIERAS"
//Specify font size for scoller
var ts_fontsize="12px"
//--Don't edit below this line
var longestmessage=1
for (i=2;i<line>line[longestmessage].length)
longestmessage=i
}
//Auto set scroller width
var tscroller_width=line[longestmessage].length
lines=line.length-1 //--Number of lines
//if IE 4+ or NS6
if (document.all||document.getElementById){
document.write('<form>')
document.write('<input>')
document.write('</form>')
}
temp=""
nextchar=-1;
nextline=1;
cursor="]"
function animate(){
if (temp==line[nextline] & temp.length==line[nextline].length & nextline!=lines){
nextline++;
nextchar=-1;
document.bannerform.banner.value=temp;
temp="";
setTimeout("nextstep()",3000)}
else if (nextline==lines & temp==line[nextline] & temp.length==line[nextline].length){
nextline=1;
nextchar=-1;
document.bannerform.banner.value=temp;
temp="";
setTimeout("nextstep()",1000)}
else{
nextstep()}}
function nextstep(){
if (cursor==""){
cursor="|"}
else if (cursor=="|"){
cursor="/"}
else if (cursor=="/"){
cursor="-"}
else if (cursor=="-"){
cursor=""}
nextchar++;
temp+=line[nextline].charAt(nextchar);
document.bannerform.banner.value=temp+cursor
setTimeout("animate()",25)}
//if IE 4+ or NS6
if (document.all||document.getElementById)
window.onload=animate
// --></script>
En las webs, por lo general se consigue una
imagen diciendo "enlazame" y debajo sale una especie de cajita con un
codigo para que nos enlacen, pues bien, este es el codigo:
Código:
|
<center><a href="URL DE TU WEB/" target="_blank"><img src="URL DE LA IMAGEN DE TU BANNER" /></a>
<textarea
rows="2" cols="15"><a href="URL DE TU WEB"
target="_blank"><img src="URL DE IMAGEN DE TU BANNER"
/></a></textarea></cente
|
Generalmente el tamaño de los banner es de 160
x50,y donde dice "textarea rows=2 cols=15, estos valores los pueden
modificar a su gusto, pero este esta ajustado para un tamaño de baner
como el que les dije anteriormente(160x50)
este es otro para flash
Si lo que tienen es un banner hecho en flash, este es el codigo para que salga la cajita de "enlazame"
Código:
<center><a href="URL DE TU WEB/" target="_blank"><embed
src=" URL DE TU BANNER FLASH " width=" ANCHO " height=" ALTO "
type="application/x-shockwave-flash" play="true" loop="true"
menu="true"></embed></a>
<textarea rows="2"
cols="15"><a href="URL DE TU WEB" target="_blank"><embed
src=" URL DE TU BANNER FLASH " width=" ANCHO " height=" ALTO "
type="application/x-shockwave-flash" play="true" loop="true"
menu="true"></embed></a></textarea></center>
|
|