21/07/2010, 04:53
|
| | Fecha de Ingreso: abril-2009
Mensajes: 106
Antigüedad: 15 años, 7 meses Puntos: 1 | |
Respuesta: css y php creo k os dejare el codigo entero para k veais.
<?php
$ruta="imgs/7tt58nag-49.jpg";
?>
<style type="text/css">
.tar { position:absolute;
z-index:4;
top:70;
left:10;
width:355px;
height:500px;
border: 1px solid #cccccc;
margin-top: 13px; }
.tarj { position:absolute;
z-index:2;
width:355px;
height:500px;
background:url(<? echo $ruta; ?>) no-repeat top left;
background-color: #FFFFFF;
layer-background-color: #FFFFFF;
border: 1px solid #cccccc;
margin-top: 13px; }
.tarGrid { position:absolute;
z-index:3;
width:355px;
height:500px;
margin-top: 13px; }
.hotBoxDivPrev { position:absolute;
z-index:6;
top:0;
left:0;
border: 1px solid #000000;
background:url(imgs/gekbv7v4.gif') repeat top left;
display:none;
margin-top:13px;
}
.subGraphicsSpacer {
width:355px;
height:500px; }
</style>
todo esta en el mismo fichero, lo tengo asi pq la idea es k cuando un usuario seleccione una imagen me cambie el valor background de tarj.
Gracias |