Ver Mensaje Individual
  #11 (permalink)  
Antiguo 06/06/2008, 09:23
Avatar de jhonmario
jhonmario
 
Fecha de Ingreso: marzo-2008
Mensajes: 22
Antigüedad: 16 años, 1 mes
Puntos: 0
Respuesta: no se ve lo que pongo debajo de un td en IE

Cita:
Iniciado por guille_el3 Ver Mensaje
Has una cosa:

Sácale tanto las tablas de adentro del form y afuera del form, que son innecesarias...

si realmente necesitas un contenedor externo utiliza un div. Y sino pon directamente los estilos al form.

Código HTML:
<div>
     HOLA 

<form name=login-form id=login-form method=post action=.index.php style="width:150px;">
  <fieldset>
  <legend>Login Porfavor</legend>
  <dl>
    <dt><label title=Username>Usuario </label></dt>
    <dd><input tabindex=1 accesskey=u name=username type=text maxlength=30 id=username /></dd>
  </dl>
  <dl>
    <dt><label title=Password>Password </label></dt>
    <dd><input tabindex=2 accesskey=p name=password type=password maxlength=15 id=password /></dd>
  </dl>
  <ul>
    <li><a href=.register.php title=Register>Registrar</a></li>
    <li><a href=.lostpassword.php title=Lost Password>Olvidó el password</a></li>
  </ul>
  <p align=center><input tabindex=3 accesskey=l type=submit name=cmdlogin value=Ingresar /> </p></fieldset>
</form>
HOLA2

</div> 
A mi eso me anda perfecto
Hola, ahora que le quite las tablas y le deje un div a cada formulario, el fieldset se achiquito y los text se salen del fieldset en IE.