Ver Mensaje Individual
  #16 (permalink)  
Antiguo 10/05/2013, 10:03
adrian_hm13
 
Fecha de Ingreso: mayo-2013
Mensajes: 47
Antigüedad: 11 años, 9 meses
Puntos: 2
Respuesta: No consigo poner las imágenes en la posición que deseo

Solucionado al fin, gracias a ambos por vuestra colaboración.

Código HTML:
<div style="width:212px; height:34px; float:right;"><a href="javascript:var dir=window.document.URL;var tit=window.document.title;var tit2=encodeURIComponent(tit);var dir2= encodeURIComponent(dir);window.location.href=('http://www.facebook.com/share.php?u='+dir2+'&amp;t='+tit2+'');"><img src="images/fb.jpg"></a>

<a href="javascript:var dir=window.document.URL;var tit=window.document.title;var tit2=encodeURIComponent(tit);window.location.href=('http://twitter.com/?status='+tit2+'%20'+dir+'');"><img src="images/twitter.jpg"></a>

 
<a href="https://plus.google.com/108141328258087945339/"><img src="images/google.jpg"></a>

</div> 
Código CSS:
Ver original
  1. a.compartirredessociales{
  2.     display:block;
  3.     }