Ver Mensaje Individual
  #2 (permalink)  
Antiguo 29/12/2008, 12:26
Avatar de Mikmoro
Mikmoro
Colaborador
 
Fecha de Ingreso: octubre-2006
Ubicación: K-pax
Mensajes: 7.228
Antigüedad: 17 años, 7 meses
Puntos: 280
Respuesta: Mostrar un a linea HR de 1px con Css

Pruébalo así:

Cita:
<style type="text/css">
.linea {
height:1px;
background-color:#000099;
overflow: hidden;
}
</style>
</head>
<body>
<div class="linea"></div>
</body>
</html>
__________________
Visita mi nueva web idplus.org