我的网页上有一些按钮可以在我测试过的所有浏览器上正常工作,但移动 safari(Iphone、Ipad 等)
如果你去:http ://www.divisionforty.com/
并单击查看视频或更多信息,您将看到没有任何反应,因为同一页面上的另一个按钮可以正常工作。
这是代码:
<div id="hero">
<div class="page-header pull-left"><h1>you deserve a better web experience!</h1>
<p>inroducing a complete web presence service that is designed to ease your companies workload while increasing user ease.<br> <a href="services.php"> learn more</a></p>
<a href="#" id="videofade" class="button">watch video</a>
</div>
</div>
出于某种原因,只有这些按钮似乎不起作用。
希望有人可以帮助
丹佛