Boostrap Thumbnail with Anchors不会点击移动设备

时间:2015-04-23 08:33:54

标签: mobile twitter-bootstrap-3

我使用bootstrap css创建了一个可点击的缩略图 它在我的桌面上运行良好,但没有点击我的移动设备。 怎么了 ?

<div class="col-lg-3 col-sm-6 col-sx-12">
<a href="/local/newpage.php">
        <div class="thumbnail">
           <img src="images/myimage.jpg" class="img-rounded"></img>
            <p class="caption"><strong>caption text</strong></p>
     </div>
</a>
</div

此代码在我的桌面上运行完美,但在我的手机上无效。

0 个答案:

没有答案