I have a collection of <li>
elements, each containing an <a>
child element. Within each <a>
, there is an <img>
tag along with some text.
My issue is that the linking functionality only works in certain areas of the <a>
element, such as the corners and near the <img>
and text, but not across the entire element.
Check out the Link and this JSFiddle for reference.