Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 25th, 2012  |  syntax: None  |  size: 0.74 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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. }