Como sea, con las imagenes y codigo entenderán a lo que me refiero.
Asi está actualmente:
Lo que quiero es que el 'back-content_mid' sea repetible hasta 'back-content_foot' pasando por debajo de las cajas del content (top, mid y foot content)
Por lo menos que quede así:
Luego de tener eso, ya es más facil. En los content lo configuraré con Cutenews o Fusionews que está la opción de agregar los top, mid y footer content.
Aquí un ejemplo final:
Ahora el codigo HTML y CSS
Código HTML:
Ver original
Código CSS:
Ver original
.back-content_top { width:902px; height:18px; position:absolute; top:609px; left:190px; z-index:8; background-image: url(files/top-back.png); } .back-content_mid { width:902px; height:6px; position:absolute; top:627px; left:190px; z-index:9; background-image: url(files/mid-back.png); background-repeat: repeat-y; } .back-content_foot { width:902px; height:17px; position:absolute; top:1293px; left:190px; z-index:10; background-image: url(files/foot-back.png); } .top-content { width:543px; height:22px; position:absolute; top:627px; left:213px; z-index:11; background-image: url(files/top-content.png); } .mid-content { width:543px; height:2px; position:absolute; top:649px; left:213px; z-index:12; background-image: url(files/mid-content.png); } .foot-content { width:543px; height:22px; position:absolute; top:1216px; left:213px; z-index:13; background-image: url(files/foot-content.png); }
Mi petición es saber las etiquetas que faltan, que sobran y el orden de estas.
De antemano gracias por darte el tiempo de leer.