Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Solution to a href within a href?
- <a href="#">
- <img src="http://www.url.com/image.png" alt="" width="20" height="20" />
- <span class="tooltip center white">
- <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>
- </a>
- <a href="#">
- <img width="20" height="20" alt="" src="http://www.url.com/image.png"/>
- <span class="tooltip center white">
- <img width="80" height="80" alt="" src=" http://www.url.com/image.png"/>iPad </span>
- </a>
- <a href="http://www.url.com/cart?task=add-to-cart-anchor&cart66ItemId=1">purchase the iPad</a>
- <span class="tooltipwrapper">
- ...
- </span>
- span.tooltipwrapper:hover .tooltip {
- ...
- }
- a:hover .tooltip {
- ...
- }
Advertisement
Add Comment
Please, Sign In to add comment