06/04/2011, 17:05
|
| | Fecha de Ingreso: octubre-2007
Mensajes: 91
Antigüedad: 17 años, 1 mes Puntos: 1 | |
Respuesta: Maquetacion de noticias en Css con DIVs En el CSS cada div debe tener la imagen de fondo con la propiedad background
ej:
#titulo{
background: (url:img/tuimagen.gif) repeat;
}
#noticia{
background: (url:img/tuimagen.gif) repeat;
}
#pie{
background: (url:img/tuimagen.gif) repeat;
} |