Ver Mensaje Individual
  #3 (permalink)  
Antiguo 13/02/2009, 05:45
juan007
 
Fecha de Ingreso: marzo-2004
Ubicación: Chile
Mensajes: 382
Antigüedad: 20 años, 1 mes
Puntos: 0
Respuesta: Foco simpre en el primer input firefox

claro... ahi lo dejo a ver si alguien tiene alguna idea
Código HTML:
<h2>Socios Sindicato</h2>
    <label style="position:absolute; top:450px; left:10px; float:left; height:200px">Usuario
        <input type="text" name="txtUsuario" id="txtUsuario" />
        <br />
        Contraseña
    <input type="text" name="txtPass" id="txtPass" />
        <br />
        Código Seguridad
        <br />
        <img src="captcha.php" /><br />
        Repetir Código Seguridad <br />
        <input name="CAPTCHA_CODE" type="text" size="13" id="CAPTCHA_CODE" />
    <br />
        <input type="submit" name="btnEnviar" id="btnEnviar" value="Enviar" onclick="recibirDatosForm()" />
        <br />
    </label>
  </div> 
Eso...espero que alguien pueda guiarme.