I have an issue with an overlapping image link, that hides another link below it.
<div id="header-first">
<div id="logo">
<a title="Αρχική" href="/">
<img alt="Αρχική" src="/sites/default/files/acquia_marina_logo.png">
</a>
</div>
</div>
The problem is that there is a link below this code, and the image partialy overlaps it. How can I keep the position of the image, but stop it from "hiding" the link below it? In essense I would like the "linkable" block to be shorter, keeping the image the same.
rephrasing the question:
Can an image link have a linked area that is not exactly above the image it contains?