Yo probe el BEFORE pero nada, tengo el siguiente:
Código:
.soportegeek {
font-family: tahoma;
font-size: 12px;
color: #636466;
background-image: url(images/soportegeek_01.gif);
background-repeat: no-repeat;
background-position: left;
Asi tendria que quedar:
Código:
.soportegeek {
font-family: tahoma;
font-size: 12px;
color: #636466;
background-image: before {content:ACA LA URL (CARPETA DE LA IMAGEN)}
background-repeat: no-repeat;
background-position: left;
Pero no me funciona