29/07/2009, 20:59
|
| Colaborador | | Fecha de Ingreso: junio-2009
Mensajes: 2.244
Antigüedad: 15 años, 7 meses Puntos: 269 | |
Respuesta: Todo se descuadra ¿Por Qué? Hola Kimmy, pega este codigo entre <head></head> de tu index.php, si te anda me avisas y sino también y le buscamos una solución.
<style type="text/css">
* {margin:0; padding:0;}
#wrapper {width:360px;}
/*hijo de wrapper*/#leftcolumn{margin:0; padding:0; width:180px; float:left;}
/*hijo de wrapper*/#cont-right {margin:0; padding:0; float:left; width:180px;}
/*hijo de cont-right */#rightcolumn {margin:0; padding:0; float:left; clear:right;}
/*hijo de cont-right */#rightcolumn-one {margin:0; padding:0; float:left; clear:right;}
/*hijo de wrapper*/#footer {margin:0; padding:0; float:left; clear:both;}
</style>
Trata de detallar mejor el problema cuando posteas así te puedo entender mejor.
Espero te sirva, saludos!! |