![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
29/12/2008, 12:26
|
![Avatar de Mikmoro](http://static.forosdelweb.com/customavatars/avatar153985_1.gif) | Colaborador | | Fecha de Ingreso: octubre-2006 Ubicación: K-pax
Mensajes: 7.228
Antigüedad: 18 años, 4 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> |