Ver Mensaje Individual
  #14 (permalink)  
Antiguo 18/10/2006, 15:11
4sc1r
 
Fecha de Ingreso: abril-2003
Mensajes: 201
Antigüedad: 21 años
Puntos: 0
Cita:
Iniciado por sjam7 Ver Mensaje
No resulto : http://usuarios.lycos.es/tonki/bordes/bordes2.htm

Código HTML:
#fondoizq {
background-image:url(izq.png);
background-repeat:repeat-y;
}
#fondoder {
background-image:url(der.png);
background-repeat:repeat-y;
}
#fondosup {
background-image:url(superior.png);
background-repeat:repeat-x;
}
#fondoinf {
background-image:url(inferior.png);
background-repeat:repeat-x;
}
* html #fondoizq {background-image:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='izq.png', sizingMethod='crop')
background:;
}
* html #fondoder {background-image:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='der.png', sizingMethod='crop')
background:;
}
* html #fondosup {background-image:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='superior.png', sizingMethod='crop')
background:;
}
* html #fondoinf {background-image:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='inferior.png', sizingMethod='crop')
background:;
}
Q se puede hacer :(

?????????????

Gracias