最後の折り畳み式のメールリンクが機能しない理由は何ですか? 表示されますが、リンクをクリックしても機能しません。
<div data-role="page" id="info">
<img src="images/bb.jpg" class="background"></img>
<div data-role="header">
<h1>Info</h1>
</div><!-- /header -->
<div data-role="content">
<div data-role="collapsible-set">
<div data-role="collapsible" class="colset">
<h3>Text</h3>
<p>text</p>
<p>more text</p>
</div>
<div data-role="collapsible" class="colset">
<h3>Text 2</h3>
<p>details 2</p>
</div>
<div data-role="collapsible" class="colset">
<h3>About</h3>
<p>text 3</p>
<p>text 4</p>
<a href="mailto:info@example.com">Mail me</a>
</div>
</div>
</div><!-- /content-->
</div><!-- /page info -->
CSS は次のようになります。
.colset {
background: #ddf0f8
}
どうもありがとうございました。