【发布时间】:2015-07-04 03:15:28
【问题描述】:
我在索引页面上设置了 3 个迷你功能,但无论出于何种原因,这些链接仅显示在桌面版图像的顶部 20% 上。在移动设备上,可链接区域非常好。该网站的核心正在运行 Bootstrap。
<a href="courses.php" class="col-sm-4 fade-in two">
<img src="images/Mini-Features/Book-Your-Private-Lesson.jpg"
alt="Start your private lessons, Book a class today with Universal Ballroom"
title="Start your private lessons, Book a class today with Universal Ballroom" class="img-responsive">
</a>
<a href="courses.php" class="col-sm-4 fade-in two">
<img src="images/Mini-Features/Upcoming-Studio-Party.jpg"
alt="Upcoming Event: April 14th, Studio Party at Universal Ballroom in Argyle Illinois"
title="Upcoming Event: April 14th, Studio Parth at Universal Ballroom in Argyle Illinois" class="img-responsive">
</a>
<a href="courses.php" class="col-sm-4 fade-in two">
<img src="images/Mini-Features/New-Class-Schedule.jpg"
alt="Get the April Class Schedule, Click here."
title="Get the April Class Schedule, Click here." class="img-responsive">
</a>
这是该网站当前开发版本的链接:
http://sandbox.graphics/Development/universal-ballroom/index.php
【问题讨论】:
-
不要链接到您网站的“当前开发版本” - 这可能会发生变化,因此该链接将不再有用。如果你想分享一个演示,你应该使用 jsFiddle 之类的东西,或者内置的 Stack Snippets。
标签: html twitter-bootstrap hyperlink href