Guest User

Untitled

a guest
Apr 25th, 2012
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. Solution to a href within a href?
  2. <a href="#">
  3. <img src="http://www.url.com/image.png" alt="" width="20" height="20" />
  4. <span class="tooltip center white">
  5. <img src=" http://www.url.com/image.png" alt="" width="80" height="80" />iPad [add_to_cart_anchor item="ipad"]purchase the iPad[/add_to_cart_anchor] </span>
  6. </a>
  7.  
  8. <a href="#">
  9. <img width="20" height="20" alt="" src="http://www.url.com/image.png"/>
  10. <span class="tooltip center white">
  11. <img width="80" height="80" alt="" src=" http://www.url.com/image.png"/>iPad </span>
  12. </a>
  13. <a href="http://www.url.com/cart?task=add-to-cart-anchor&cart66ItemId=1">purchase the iPad</a>
  14.  
  15. <span class="tooltipwrapper">
  16. ...
  17. </span>
  18.  
  19. span.tooltipwrapper:hover .tooltip {
  20. ...
  21. }
  22.  
  23. a:hover .tooltip {
  24. ...
  25. }
Advertisement
Add Comment
Please, Sign In to add comment