I found this helpful guide to create text links on my website. My goal is to have the rollover text display the link description, such as 'Insight' linking to the 'About' page. However, some descriptions are too long and are being cut off. When I try to make them bigger, they overlap with the neighboring link. Any suggestions on how to solve this issue or a different approach I should take? Here is the HTML code I'm currently using.
<a href="http://brandingbyinsight.com/ingenuity" class="rollover_a" style="color:#000000;"><span data-title="Services">Ingenuity.</span></a>