Ver Mensaje Individual
  #19 (permalink)  
Antiguo 29/08/2012, 10:28
Djimenezweb
 
Fecha de Ingreso: agosto-2012
Mensajes: 1
Antigüedad: 11 años, 8 meses
Puntos: 0
Respuesta: Abrir imagen al pasar el mouse sobre un texto

Cita:
Iniciado por kseso? Ver Mensaje
pues yo sí quiero llevarla, la contraria.
Sólo por ofrecer una vía a lo que suponemos que el desaparecido pretende.
Ag666, quizás sea mejor algo como lo siguiente.
Código html:
Ver original
  1. <!doctype html public "-//w3c//dtd xhtml 1.0 strict//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es-es">
  3. <title>kseso? Jugando con css</title>
  4. <meta http-equiv="content-type" content="text/html; charset=iso-8859-2" />
  5. <style type="text/css">
  6. * {margin:0; padding:0; outline: None; position: Relative;}
  7. html, body {
  8.   height: 100%;
  9.   background: #f5f5f5;
  10.   font-size: 1em;
  11.   font-family: Serif;
  12. }
  13. p a {
  14.     display: Inline-block;
  15.     text-decoration: Underline;
  16.     position: Relative;
  17.     font-family: Monospace;
  18.     color: #f5f5f5;
  19.     background: #999;
  20. }
  21. p a:hover {background: #444; color: #f5f5f5;}
  22. p a img {display: None; }
  23. p a:hover img {
  24.     display: Block;
  25.     position: Absolute;
  26.     -moz-box-shadow: 3px 3px 8px #888888, -3px -3px 3px #cdcdcd;
  27.     -webkit-box-shadow: 3px 3px 8px #888888, -3px -3px 3px #cdcdcd;
  28.     -o-box-shadow: 3px 3px 8px #888888, -3px -3px 3px #cdcdcd;
  29.     box-shadow: 3px 3px 8px #888888, -3px -3px 3px #cdcdcd;
  30. }
  31. </head>
  32. <p>lorem ipsum dolor <a href="#" class="tooltip" title="tooltip">sit amet consectetuer<img src="http://img225.imageshack.us/img225/8876/neversayneveragainirvin.jpg" alt="imagen" /></a> id mauris eleifend volutpat justo. Semper convallis fames dolor augue in sed dapibus eget nisl auctor. Eros ante adipiscing pulvinar dolor turpis mauris mauris adipiscing pellentesque eros. Sit elit justo nunc habitasse nisl vel pulvinar metus sed sociis. Faucibus vestibulum donec non ridiculus laoreet malesuada justo dolor fusce parturient. Tellus tristique tempus faucibus metus suspendisse nullam dictumst sodales.</p>
  33. </body>
  34. </html>
graciasssss