Ver Mensaje Individual
  #8 (permalink)  
Antiguo 09/09/2010, 10:19
Avatar de hanscruz
hanscruz
 
Fecha de Ingreso: junio-2005
Mensajes: 278
Antigüedad: 18 años, 10 meses
Puntos: 0
Respuesta: hacer clickeable toda el area

Si exacto esta como fondo

El codigo del css es este:
Código CSS:
Ver original
  1. a.pimplementacion_titulo_activo {display: block; width: 408px; height: 24px; background: #efc02a url(inicio_img/ico_abierto.png) no-repeat 8px 7px; font-weight: bold; text-decoration: none; float: left;}
  2. a.pimplementacion_titulo_activo:hover {background: #D29B15 url(inicio_img/ico_abierto_hover.png) no-repeat 8px 7px;}
  3. a.pimplementacion_titulo_activo h4 {margin: 5px 0 0 24px; color: #000;}
  4. a.pimplementacion_titulo_activo:hover h4 {color: #fff;}
  5.  
  6. a.pimplementacion_titulo_inactivo {display: block; width: 408px; height: 24px; background: #efc02a url(inicio_img/ico_cerrado.png) no-repeat 8px 7px; font-weight: bold; text-decoration: none; float: left;}
  7. a.pimplementacion_titulo_inactivo:hover {background: #D29B15 url(inicio_img/ico_cerrado_hover.png) no-repeat 8px 7px;}
  8. a.pimplementacion_titulo_inactivo h4 {margin: 5px 0 0 24px; color: #000;}
  9. a.pimplementacion_titulo_inactivo:hover h4 {color: #fff;}

Saludos.
__________________
:policia: