Advertisement
pusatdata

link text with hover image

Oct 5th, 2014
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4. <style type="text/css">
  5. .hover_img a { position:relative; }
  6. .hover_img a span { position:absolute; display:none; z-index:99; }
  7. .hover_img a:hover span { display:block; }
  8. </style>
  9. <title>New Page 2</title>
  10. </head>
  11.  
  12. <body>
  13.  
  14. <div class="hover_img">
  15. <a href="#">01<span><img src="http://lh4.ggpht.com/-XjkMDDUaFco/VDC5Vn69O5I/AAAAAAAAAbk/DSwsNNX1DZs/s450/ambonekspres20141003.jpg" alt="image"/></span></a>
  16. </div>
  17.  
  18. </body>
  19.  
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement