Ver Mensaje Individual
  #6 (permalink)  
Antiguo 01/05/2012, 19:54
Avatar de C2am
C2am
 
Fecha de Ingreso: enero-2009
Ubicación: Rosario, Argentina
Mensajes: 2.005
Antigüedad: 15 años, 3 meses
Puntos: 306
Respuesta: z-index en el header?

Esas flechas son imagenes de fondo:
Código CSS:
Ver original
  1. .col1 ul li, ul li, .col1 ul.arrow li {
  2.     background: url('http://nidodelcondor.com.ar/wp-content/themes/nido/functions/timthumb.php?src=/wp-content/themes/nido/images/bullet-arrow.png&w=5&f=5,204,204,204,0') no-repeat 4px 13px;
  3. }
  4. .col1 ul.check li {
  5.     background: url('http://nidodelcondor.com.ar/wp-content/themes/nido/functions/timthumb.php?src=/wp-content/themes/nido/images/bullet-check.png&w=9&f=5,204,204,204,0') no-repeat 4px 13px;
  6. }
  7. .col1 ul.cross li {
  8.     background: url('http://nidodelcondor.com.ar/wp-content/themes/nido/functions/timthumb.php?src=/wp-content/themes/nido/images/bullet-cross.png&w=8&f=5,204,204,204,0') no-repeat 4px 13px;
  9. }
  10. .col1 ul.plus li {
  11.     background: url('http://nidodelcondor.com.ar/wp-content/themes/nido/functions/timthumb.php?src=/wp-content/themes/nido/images/bullet-plus.png&w=8&f=5,204,204,204,0') no-repeat 4px 13px;
  12. }
  13. .col1 ul.star li {
  14.     background: url('http://nidodelcondor.com.ar/wp-content/themes/nido/functions/timthumb.php?src=/wp-content/themes/nido/images/bullet-star.png&w=8&f=5,204,204,204,0') no-repeat 4px 13px;
  15. }
Creo que este es el archivo donde están esas reglas
__________________
El mundo nada puede contra un hombre que canta en la miseria.
-- Ernesto Sábato--

Última edición por webosiris; 02/05/2012 a las 00:47 Razón: enlace removido a petición del autor