Hola amigo, gracias por la ayuda.
Pues, consegui otro codigo y pude agregar algunos estilos, pero ahora los DIV de cuadritos, me quedan todos alineados a la izquierda.
Es como algo complicado (Digo para mi), por que si quiero centrar 1, los otros 2 se quedan abajo.
Quisiera centar los 3 DIV diferentes, pero que los 3 queden en el centro horizontalmente.
¿Se podria hacer?
Por ahora los tengo asi:
Me gustaria centrarlos, aqui esta el codigo de los estilos utilizados:
Código CSS:
Ver original.contenedor-banner-item {
float:left;
padding:0;
margin:0 auto;
}
.banner-item-300-250 {
width:300px;
height:250px;
margin:auto;
margin-left:11px;
margin-top:46px;
}
.banner-item-300-250-izquierda {
background:url(images/fondo-banner.jpg);
background-repeat:no-repeat;
width:322px;
height:318px;
float:left;
text-align:center;
margin-left:10px;
}
.banner-item-300-250-centro {
background:url(images/fondo-banner.jpg);
background-repeat:no-repeat;
width:322px;
height:318px;
float:left;
text-align:center;
margin-left:10px;
}
.banner-item-300-250-derecha {
background:url(images/fondo-banner.jpg);
background-repeat:no-repeat;
width:322px;
height:318px;
float:left;
text-align:center;
margin-left:10px;
}
Yo quite el contenedor y no me afecto. Creo que no me sirve. O tengo que dejarlo?
Gracias por sus respuestas y ayuda.