Hola,
Para cambiar el color de fondo de los box, necesitas saber el nombre de esa estructura, el nombre es.. shouty
Medidas de la imagen: 185 x 62 px
El css de los box se denomina como .shouty + el numero de los box, por ejemplo .shouty, .shouty2, .shouty3, .shouty4, .shouty5,
CSS:
Imagen de fondo.
.shouty, .shouty2, .shouty3, .shouty4, .shouty5, .shoutysky, .shouty_facebook_like_button {background-image: url(".jpg");background-repeat: repeat;}
Color de fondo.
.shouty, .shouty2, .shouty3, .shouty4, .shouty5, .shoutysky, .shouty_facebook_like_button {background: green ;}
Uso individual a cada box.
- Box 1.
Imagen de fondo:
.shouty {background-image: url(".jpg");background-repeat: repeat;}
Color de fondo:
.shouty {background: color ;}
- Box 2.
Imagen de fondo:
.shouty2 {background-image: url(".jpg");background-repeat: repeat;}
Color de fondo:
.shouty2 {background: color ;}
- Box 3.
Imagen de fondo:
.shouty3 {background-image: url(".jpg");background-repeat: repeat;}
Color de fondo:
.shouty3 {background: color ;}
- Box 4.
Imagen de fondo:
.shouty4 {background-image: url(".jpg");background-repeat: repeat;}
Color de fondo:
.shouty4 {background: color ;}
- Box 5.
Imagen de fondo:
.shouty5 {background-image: url(".jpg");background-repeat: repeat;}
Color de fondo:
.shouty5 {background: color ;}
- Box del banner sky (publicidad).
Imagen de fondo:
.shoutysky {background-image: url(".jpg");background-repeat: repeat;}
Color de fondo:
.shoutysky {background: color ;}
- Box del boton del facebook.
Imagen de fondo:
.shouty_facebook_like_button {background-image: url(".jpg");background-repeat: repeat;}
Color de fondo:
.shouty_facebook_like_button {background: color ;}
Ver página:
http://master-nemesis.es.tl/Iceblue.htm
Pensando = cargando?
Si tarda en cargar, es por tu problema de conexión.
http://www.paginawebgratis.es/forum/viewtopic.php?t=43038
Saludos.
______________