Ver Mensaje Individual
  #2 (permalink)  
Antiguo 31/05/2008, 01:06
opzina
 
Fecha de Ingreso: marzo-2008
Mensajes: 1.020
Antigüedad: 16 años, 1 mes
Puntos: 21
Respuesta: (Ayuda) 2 diseños 1 CSS

Listooo..ya lo solucione....

aca muestro como..

xhtml:
<body id="1"> </body>
<body id="2"> </body>
css:
#1 { background-image:url(Imagenes/bg_home.png); background-attachment:fixed; background-repeat:repeat-x; }
#2 { background-image:url(Imagenes/fondo_textura_verde.png); background-attachment:fixed; background-repeat:repeat; }

si hay una mejor manera, haganmela saber....pero asi me funciono..

saludos!