I am working on making a div clickable in a jQuery Mobile powered website. The current code I have functions properly in Chrome and Safari, however, it does not work in Firefox - both on desktop and Android FF.
<button data-icon="eye">
<a href="//heise.de">
<div style="font-weight:regular;font-size:12px;color:black;font-weight:normal;">
2nd line txt
</div>
</a>
</button>
The objective is to create a large button with an icon on the left, vertically centered, followed by a title and a description line below it.