Foros del Web » Programando para Internet » Javascript »

Barra de estado

Estas en el tema de Barra de estado en el foro de Javascript en Foros del Web. Hola a todos!...tego una duda, he puesto un JS en mi página de unos cuadraditos que siguen al cursor....todo anda bien, pero cuando la visualizo ...
  #1 (permalink)  
Antiguo 28/01/2002, 18:39
 
Fecha de Ingreso: enero-2002
Mensajes: 157
Antigüedad: 22 años, 3 meses
Puntos: 0
Barra de estado

Hola a todos!...tego una duda, he puesto un JS en mi página de unos cuadraditos que siguen al cursor....todo anda bien, pero cuando la visualizo en el Explorer, en la barra de estado comienzan a aparecer "titulorrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr...&qu ot; y no dejan de aparecer "r", ¿¿¿alguién sabe que sucede???
Salu2 ;)
  #2 (permalink)  
Antiguo 28/01/2002, 18:44
 
Fecha de Ingreso: octubre-2001
Mensajes: 9
Antigüedad: 22 años, 6 meses
Puntos: 0
Re: Barra de estado

porque no nos pones el codigo es más facil y podríamos ayudarte y entenderte mejor!!!

kanos
  #3 (permalink)  
Antiguo 28/01/2002, 18:57
 
Fecha de Ingreso: enero-2002
Mensajes: 157
Antigüedad: 22 años, 3 meses
Puntos: 0
Re: Barra de estado

Ok ahí la dejo para que la vean:

<head>
<div id="dot0" style="position: absolute; visibility: hidden; height: 11; width: 11; left: 0; top: 70"><img src="bullet.gif" height=11 width=11></div>
<div id="dot1" style="position: absolute; height: 11; width: 11;"><img src="bullet.gif" height=11 width=11></div>
<div id="dot2" style="position: absolute; height: 11; width: 11;"><img src="bullet.gif" height=11 width=11></div>
<div id="dot3" style="position: absolute; height: 11; width: 11;"><img src="bullet.gif" height=11 width=11></div>
<div id="dot4" style="position: absolute; height: 11; width: 11;"><img src="bullet.gif" height=11 width=11></div>
<div id="dot5" style="position: absolute; height: 11; width: 11;"><img src="bullet.gif" height=11 width=11></div>
<div id="dot6" style="position: absolute; height: 11; width: 11;"><img src="bullet.gif" height=11 width=11></div>

<script LANGUAGE="JavaScript">
<!-- hide code

/*
Elastic Trail script (By Philip Winston @ [email protected], URL:http://members.xoom.com/ebullets)
Script featured on Dynamicdrive.com
For this and 100's more DHTML scripts, visit http://dynamicdrive.com
*/


// Thanks to Troels Jakobsen <[email protected]>
// for fix which makes it work when the page is scrolled

var nDots = 7;
if (document.all&&window.print)
document.body.style.cssText="overflow-x:hidden;overflow-y:scroll"
var Xpos = 0;
var Ypos = 0;

// fixed time step, no relation to real time
var DELTAT = .01;
// size of one spring in pixels
var SEGLEN = 10;
// spring constant, stiffness of springs
var SPRINGK = 10;
// all the physics is bogus, just picked stuff to
// make it look okay
var MASS = 1;
var GRAVITY = 50;
var RESISTANCE = 10;
// stopping criterea to prevent endless jittering
// doesn't work when sitting on bottom since floor
// doesn't push back so acceleration always as big
// as gravity
var STOPVEL = 0.1;
var STOPACC = 0.1;
var DOTSIZE = 11;
// BOUNCE is percent of velocit
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 21:10.