因此,我已经使用Foundation5Framework工作了大约一个星期,我想知道是否有一种简单的方法可以让我的magellan侧边栏在移动/平板电脑上查看时直接移动到页面底部。
<div data-magellan-expedition="fixed">
<div class="large-2 columns right" >
<div id="top">
<h5>Summary</h5>
<h4>Business Cards</h4>
</div>
<div id="summary">
<table>
<tbody>
<tr>
<td>Digital</td>
</tr>
<tr>
<td>3.5 * 2</td>
</tr>
<tr>
<td>Qty: 50,000 </td>
</tr>
<tr>
<td>14 Point C2S</td>
</tr>
<tr>
<td>Color Front, Empty Back</td>
</tr>
<tr>
<td>5 Business day turnaround </td>
</tr>
<tr>
<td>5 Business day turnaround </td>
</tr>
<tr>
<td>5 Business day turnaround </td>
</tr>
</tbody>
</table>
<h5>Your Price: $64.5</h5>
<h5>Unit Cost: $0.323</h5>
<a href="#" class="small radius success button">Get Started</a>
</div>
</div>
</div>
这里还有一个指向页面的链接:http://www.jovincron.in/orderform/index.html
发布于 2014-01-28 11:22:49
据我所知,当您的页面在移动上打开时,无法使用Foundation5框架在页面底部自动显示元素。您需要定制媒体查询或一些JS客户端检查才能完成这一任务。
https://stackoverflow.com/questions/21392534
复制相似问题