Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/05/2011, 21:39
Avatar de abimaelrc
abimaelrc
Colaborador
 
Fecha de Ingreso: mayo-2009
Ubicación: En el planeta de Puerto Rico
Mensajes: 14.734
Antigüedad: 15 años
Puntos: 1517
Respuesta: Peleando con un efecto para incluir un menu sobre una imagen al posicionar

¿Algo así?
Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. *{ margin: 0; padding: 0; }
  3. #content-img{
  4.     position: relative;
  5.     width: 566px;
  6.     height: 424px;
  7. }
  8. #content-img:hover .edit{
  9.     background: transparent url(http://www.patentauction.com/images/edit.png) no-repeat center;
  10.     width: 32px;
  11.     height: 32px;
  12.     position: absolute;
  13.     right: 15px;
  14.     bottom: 15px;
  15. }
  16. </head>
  17. <div id="wrap">
  18.     <div id="content-img">
  19.         <img src="http://cookfoodie.com/storage/2011/5/19/Ax6RX_medium.JPG" />
  20.         <a href="#" class="edit" title="editar"></a>
  21.     </div>
  22. </div>
  23. </body>
  24. </html>
__________________
Verifica antes de preguntar.
Los verdaderos amigos se hieren con la verdad, para no perderlos con la mentira. - Eugenio Maria de Hostos