在twitter bootstrap中,固定类用于制作固定的topbar,在Foundation 6.2中的等价方式是什么?
答案 0 :(得分:0)
Zurb Foundation 6简单的粘性菜单:
<div style="height:999px;">
<div data-sticky-container>
<div id="widemenu" class="top-bar" data-sticky data-options="marginTop:0;" style="width:100%;height:50px;">
<div class="top-bar-title menu-text"><a href="#">Title Here</a></div>
</div>
</div>
</div>
<script>$(document).foundation();</script>