Toma, esto te funcionará:
> Que va, no funciona. Copio código de ejemplo:
>
> ------------------------------------------------------------
>
> <html>
>
> <head>
> <title>Prueba</title>
> <style>
> div {width:200px; height:200px}
> div#izq {float:left; margin:0px; padding:0px; background:red}
> div#dcha {margin:0px 0px 0px 200px; padding:0px; background:green}
> </style>
> </head>
>
> <body>
> <div id="izq"></div>
> <div id="dcha"></div>
> </body>
>
> </html>
>
> ------------------------------------------------------------
>
>
<head>
<title>Prueba</title>
<style type="text/css">
#contenedor {width: 400px; height:200px;}
#izq {width: 200px; float:left; margin:0; padding:0; background:red}
#dcha {margin:0 0 0 200px; padding:0; background:green}
</style>
</head>
<body>
<div id="contenedor">
<div id="izq">Izquierda</div>
<div id="dcha">Derecha</div>
</div>
</body>
</html>
_______________________________________________
Lista de distribución Ovillo
Para escribir a la lista, envia un correo a [email protected]
Puedes modificar tus datos o desuscribirte en la siguiente dirección:
http://lists.ovillo.org/mailman/listinfo/ovillo