Ver Mensaje Individual
  #1 (permalink)  
Antiguo 15/01/2007, 17:28
zsamer
 
Fecha de Ingreso: noviembre-2003
Mensajes: 798
Antigüedad: 20 años, 4 meses
Puntos: 8
Problema con margenes de HR en Internet Explorer

Hola,

No encuentro la forma de eliminar los margenes de la etiqueta HR en internet explorer.

Dejo el codigo:

Código PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
html xmlns="http://www.w3.org/1999/xhtml">
<
head>
<
title>footerStick Footer sticks to bottom of page</title>

<
style>
<!--
div {
backgroundgreen
colorwhite;
margin0;
padding0;
}

{
backgroundred
colorwhite;
margin0;
padding0;
}

hr {
height1px;
margin0;
padding0;
color#999;
background-color#999;
bordernone;
line-height0px;
}
-->
</
style>

</
head>

<
body>

<
div>

<
p>texte</p>
<
hr />
<
p>texte</p>
</
div>

</
body>
</
html
Alguien sabe la solución.

salu2