Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/11/2007, 20:07
Avatar de Italico76
Italico76
 
Fecha de Ingreso: abril-2007
Mensajes: 3.303
Antigüedad: 17 años
Puntos: 292
Solucion chancha

Bueno... sabia que lo podia solucionar pero de forma POCO ELEGANTE

Al final... lo arreglo para FF y modifico el estilo para IE con los condicionales

<link href="betadir.css" rel="stylesheet" type="text/css">
<link href="betadir-not_ie.css" rel="stylesheet" type="text/css">

<!--[if IE ]>

<style>
#cuerpo {
color : inherit;
border : 0px dashed #ffffff;
float : left;
width : 550px;
margin-top : -10px;
margin-left : 50px;
text-align : left;
padding-left : 0px;
padding-right : 5px;
}
</style>
<![endif]-->
__________________
Salu2!