Mon, 2009-12-07 16:43
I have a different result in this form shows up nice in Firefox but badly in IE
My form in Firefox
the same form in IE6
label3 { width: 20em; float: left; text-align: right; margin-right: 0.5em; display: block; }
<fieldset> <legend><strong>Sus Datos</strong></legend> <br/><p><label3 for="name">Su nombre:</label3><input type="text" name="name" title="Ingrese su nombre aquí"size="20"></p> <p><label3 for="surname">Su apellido:</label3><input type="text" name="apellido" title="Ingrese su apellido aquí" size="20"></p> <p><label3 for="business">Empresa:</label3><input type="text" name="business" size="20"></p> <p><label3 for="email">Correo:</label3><input name="email" type="text" title="Ingrese su correo electrónico correctamente"size="20"> <p><label3 for="dayphone">Teléfono:</label3><input type="text" name="day_phone" size="20"> </p> <p><label3 for="cell">Celular:</label3><input type="text" name="cell_phone" size="20"></p> <p><label3 for="civil">Estado Civil:</label3><input type="text" name="estado_civil" size="20"></p> <p><label3 for="sueldo">Sueldo mensual (USD):</label3><input type="text" name="sueldo" size="20"></p> <p><label3 for="inicial">Entrada Inicial (USD):</label3><input type="text" name="entrada" size="20"></p> <p><label3 for="cuota">Valor de la cuota que estima pagar (USD):</label3><input type="text" name="cuota" size="20"></p> <p><label3 for="antiguedad">Antiguedad laboral:</label3><input type="text" name="antiguedad" size="20"></p> <br/> <label3 for="propiedad"><strong>Posee alguna propiedad o vehículo</label3></strong> <select NAME="propiedad" id="ff_elem203" size="1"> <option SELECTED VALUE="none">-</option> <option VALUE="Si">Si</option> <option VALUE="No">No</option> </select></p> <br/> <label3 for="afilliado"><strong>Está usted afiliado al IESS?</label3></strong> <select NAME="afilliado" id="ff_elem203" size="1"> <option SELECTED VALUE="none">-</option> <option VALUE="Si">Si</option> <option VALUE="No">No</option> </select></p> <br/> <label3 for="conyugue"><strong>Está su conyugue afiliado(a) al IESS?</label3></strong> <select NAME="conyugue" id="ff_elem203" size="1"> <option SELECTED VALUE="none">-</option> <option VALUE="Si">Si</option> <option VALUE="No">No</option> </select></p> </p> </fieldset>
I dont really have an idea on how to change this to make it look the same or similar in IE...
Thanks for looking at this!