les doy la estructura y el codigo css:
Estructura:
Código HTML:
Ver original
Codigo css de las partes:
Código CSS:
Ver original
#contenedormuestra { height: auto; width: 1024px; background-color: #FFFFFF; margin: 0 auto; } #header { width: 1024px; height: 150px; background-color: #5B5B5B; } #muestraentera { clear: left; float: left; height: auto; width: 810px; padding-left:10px; } #verfoto { clear: both; height: auto; width: 800px; text-align: left; } #foto { clear: both; text-align: left; height: auto; width: auto; } #fototitle { clear: both; height: auto; width: auto; } #fotodescripcion { clear: both; height: auto; width: 800px; text-align: left; word-wrap:break; } #vercomentarios { height: auto; width: 800px; clear: both; text-align: left; } #autorcomen { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; } #salto { clear: both; height: 1px; width: 600px; text-align: left; } #comentario { clear: both; height: auto; width: 600px; word-wrap: break-word; font-family: Verdana, Arial, Helvetica, sans-serif; } #enviarcomen { height: 250px; width: 600px; clear: both; text-align: center; } #footer { height: 100px; width: 1024px; background-color: red; clear: both; float:left; } #footer p { margin: 0; }
Nosé porque se me hace un pequeño surco a la izquierda de unos 10px en el footer, me sucede en IE y firefox(la ultima version)
Alguna ayudita? xD, en el dreamweaver aparece bien.