<title>Foundation 实例</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/css/foundation5.5.3/foundation.min.css">
<script src="/js/bootstrap/jquery.min.js"></script>
<script src="/js/foundation5.5.3/foundation.min.js"></script>
<script src="/js/foundation5.5.3/modernizr.js"></script>
<body style="height:1000px">
<p>我们可以将导航栏放在 <code><div class="sticky"></code> 内来设置导航栏的绝对定位,当滚动条滚到到该区域时,该导航栏就像固定导航栏一样在顶部不动:</p>
<nav class="top-bar" data-topbar>
<h1><a href="#">WebSiteName</a></h1>
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
<section class="top-bar-section">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">Page 1</a></li>
<li><a href="#">Page 2</a></li>
<li><a href="#">Page 3</a></li>
<h2>Some text to enable scrolling</h2>
<h2>Some text to enable scrolling</h2>
<h2>Some text to enable scrolling</h2>
<h2>Some text to enable scrolling</h2>
<h2>Some text to enable scrolling</h2>
<h2>Some text to enable scrolling</h2>
<h2>Some text to enable scrolling</h2>