I have the following markup,
Something1
I found a easy solution: make the tag " li "be inside the tag " a ":
<a href="#"><li>Something1</li></a>
a { display: block; position: relative; }
I think that is all you need.