Ver Mensaje Individual
  #1 (permalink)  
Antiguo 11/04/2011, 07:41
ChaloFerrada
 
Fecha de Ingreso: abril-2011
Mensajes: 12
Antigüedad: 13 años
Puntos: 0
Imagen de bienvenida

Hola,

Hace unos días me pidieron que administrara un fanpage que estaba medio de lado en mi trabajo. El tema es que subí una imagen de bienvenida en la cual le pido a los usuarios hacer click en el botón like, a esto quisiera agregar una segunda imagen que aparezca después de que la gente haga esta acción. Es posible hacer esto?

Lo que hice para ingresar la primera imagen es lo siguiente

Código:
<style>
#contenedor{ width:520px; height: 500px; background: url("url de la imagen") no-repeat;}
#link1 a{ background:#C1CC8C; display:block; height:38px; line-height:38px; width:196px; border: 1px solid #fff; float:left; margin:202px 0 0 36px; color:#fff; font-weight:bold; text-decoration:none; text-align:center; font-size:14px}

#link1 a:hover{ background:#fff; color:#000 }

#link2 a{ background:#C1CC8C; display:block; height:38px; line-height:38px; width:196px; border: 1px solid #fff; float:right; margin:202px 20px 0 ; color:#fff; font-weight:bold; text-decoration:none; text-align:center; font-size:14px}

#link2 a:hover{ background:#fff; color:#000 }
</style>

<div id="contenedor">

</div>
<div style="font-size:10px; text-align:right; padding:5px; background:#eee;">
<a href="http://url descarga bases" target="_blank">Descargar</a> Bases
</div>
<fb:comments xid="124327520923174" numposts="20" width="520"></fb:comments>
Gracias