Estoy teniendo un problema con una plantilla, la arme en dreamweaver.
En internet explorer y firefox se ve 10 puntos, pero en la vista diseño de dreamweaver se ve mal, el id "notiabajodos" se va para el otro renglon y desacomoda el resto y el footer ni se ve.
No se a que se debe esto, y si ademas del problema quieren hacerme otra correccion será bienvenida, no soy ningun experto en css.
Los estilos:
Código:
y el body:<style type="text/css"> body{ margin:0 auto; background-color:#fff;} #contenedor{width:1003px; background-color:#9966f0;} #cabecera{width:1003px; background-color:#FF9900; height:125px; clear:both; border-bottom:#FFFFFF 2px solid} #contenedorizquierdo{width:672px; float:left; background-color:#f3CCFF; clear:both} #contenedorderecho{width:330px; float:left; background-color:#aa5C88; height:602px; border-left:#ffffff 1px solid} #notiuno{width:436px; height:200px; float:left; background-color:#707C33; clear:both; border-right:#FFFFFF 1px solid} #notidos{width:235px; height:200px; float:right; background-color:#96aC9a;} #notipropaganda{width:672px; height:200px; float:left; background-color:#CCCCCC; clear:both; border-bottom:#ffffff 1px solid; border-top:#ffffff 1px solid} #notiabajouno{width:336px; height:200px; float:left; background-color:#ccaa33; clear:both; border-right:#FFFFFF 1px solid} #notiabajodos{width:335px; height:200px; float:right; background-color:#90CCf3} #footer{width:1003px; background-color:#6F99aa; height:115px; clear:both; border-top:#FFFFFF 2px solid} </style>
Código:
Desde ya gracias y saludos. <body> <div id="cabecera"></div> <div id="contenedor"> <div id="contenedorizquierdo"> <div id="notiuno"></div> <div id="notidos"></div> <div id="notipropaganda"></div> <div id="notiabajouno"></div> <div id="notiabajodos"></div> </div> <div id="contenedorderecho"></div> <div id="footer"></div> </div> </body>