Help! I am working on a site for a team of writers.
They want to show examples of specific tasks they worked on (portfolio) using the shadowbox effect.
After opening (in the overlay) the image, which is actually a screenshot of .doc, for example, will have a caption to explain it roughly. The fact is that they need a link inside the label so that the user can download files (.doc, .pdf) to their desktop or link to another site on which they worked.
I managed to do this with Fancybox, but the way to include a link in it shows unwanted text when it hangs (yellow browser hint).
Here is the code:
<a class="group" rel="portfolio"
href="../../images/pf_nat/cfcBig.png" title="Rédaction de plus de 300 articles. <a href='http://www.groupecfc.com/fr-Ca/' target='_blank'>Visiter le site</a>"><img src="../../images/pf_nat/tn_nat_cfcBig.gif" alt="" width="40" height="40"/></a>
in this case, this is a link to a website.
source
share