Is it possible to make the entire list area clickable rather than just where the inner link sits on my website? For example, I want users to be able to click anywhere within the list instead of only on the specific link itself. One such instance is with the "post" link at the top right corner of the page.
This is the code snippet I am currently using: http://jsfiddle.net/spadez/XgSBf/1/
I attempted to place the link outside the list as shown below but unfortunately, it did not work:
<a href=#><li>test</li></a>