
Untitled
By: a guest on
Apr 25th, 2012 | syntax:
None | size: 0.74 KB | hits: 15 | expires: Never
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 {
...
}