23/04/2007, 10:55
|
| Colaborador | | Fecha de Ingreso: mayo-2002 Ubicación: Funkyland
Mensajes: 8.433
Antigüedad: 22 años, 5 meses Puntos: 177 | |
Re: no va padding con Firefox probá con esto: Cita: <html>
<head>
<title>Documento sin título</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style>
body {
margin : 0;
}
.prueba{
width:300px;
float:left;
background-color:#FF0000;
padding-left:50px;
}
</style>
</head>
<body>
<div class="prueba">
hola que tal
</div>
</body>
</html> |