Ver Mensaje Individual
  #8 (permalink)  
Antiguo 10/07/2010, 11:43
Avatar de Movingaway
Movingaway
 
Fecha de Ingreso: enero-2010
Mensajes: 149
Antigüedad: 14 años, 3 meses
Puntos: 0
Respuesta: vincular url de una imagen en css

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