Ver Mensaje Individual
  #1 (permalink)  
Antiguo 31/01/2007, 21:07
hardman
 
Fecha de Ingreso: enero-2007
Mensajes: 45
Antigüedad: 17 años, 3 meses
Puntos: 0
espacio entre elementos?

Hola, me gustaria saber donde puedo leer acerca del espacio entre elementos, o a ver si alguien me exa una mano. ya que en algunos casos en mozilla visualizo bien los documentos, pero cuadno llega la hora de probar en IE.. se me desmonta un poco la idea.. si quereis os dejo aqui el codigo por si alguien quiere probar y comentarme a que puede ser debido esto.. en mozilla se ve tan bonito.. y en ie me dan ganas de cortarme las venas :(

gracias

<html>
<head>
<title></title>
<style type="text/css">
<!--
.botonesform {width:60px; height:17px; margin-left:30px; margin-top:7px;border-bottom-color:#507706; border-bottom-style:dashed; border-bottom-width:1px;border-top-color:#507706; border-top-style:dashed; border-top-width:1px; border-left-color:#507706; border-left-style:solid; border-left-width:1px;border-right-color:#507706; border-right-style:solid; border-right-width:1px; font-family:Arial, Helvetica, sans-serif; font-size:9px; margin-bottom:3px;}

.formulariorapido {width:150px; height:17px;margin-left:30px;margin-right:10px;background-color:#F5F5F5; border-bottom-color:#507706; border-bottom-style:dashed; border-bottom-width:1px;border-top-color:#507706; border-top-style:dashed; border-top-width:1px; border-left-color:#507706; border-left-style:solid; border-left-width:1px;border-right-color:#507706; border-right-style:solid; border-right-width:1px;font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#000000;}

.formulariorapidocom {width:150px; height:60px; margin-left:30px;border-bottom-color:#507706; border-bottom-style:dashed; border-bottom-width:1px;border-top-color:#507706; border-top-style:dashed; border-top-width:1px; border-left-color:#507706; border-left-style:solid; border-left-width:1px;border-right-color:#507706; border-right-style:solid; border-right-width:1px; background-color:#F5F5F5;}

#cabform {width:194px; height:15px; background-color:#000000; text-align:left; padding-left:7px; padding-top:2px;font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#FFFFFF;}

#formder {width:201px; height:295px; background-color:#ffffff; text-align:left; font-family:Arial, Helvetica, sans-serif; font-size:10px; margin-bottom:3px; border-bottom-color:#000000; border-bottom-style:solid; border-bottom-width:4px;}

#formrapido {width:201px; height:10px; margin-bottom:4px; margin-top:7px;}
-->
</style>
</head>

<body>
<div id="formder">
<div id="cabform">Atenci&oacute;n directa</div>
<form action="form.php" method="post" name="form1" id="form1">
<input name="remitente" type="hidden" id="remitente" value=" -CONSULTA RAPIDA WEB-"/>
<input name="tema" type="hidden" id="tema" value="Consulta realizada desde formulario web"/>
<div id="formrapido">nombre.</div>
<div>
<input name="text" type="text" class="formulariorapido" maxlength="70" />
</div>
<div id="formrapido">tel&eacute;fono contacto.</div>
<div>
<input name="text" type="text" class="formulariorapido" maxlength="9" />
</div>
<div id="formrapido">correo electr&oacute;nico.</div>
<div>
<input name="text" type="text" class="formulariorapido" maxlength="70" />
</div>
<div id="formrapido">consulta.</div>
<div>
<textarea name="textarea" cols="" class="formulariorapidocom"></textarea>
</div>
<div>
<input name="Input" type="submit" class="botonesform" value="Enviar" />
<input name="Input" type="reset" class="botonesform" value="Restablecer" />
</div>
</form>
</div>
</body>
</html>