Sha256: 6e87ca04fbb46d189c12e4e99aeb2a2b27df418b7c96b3852ae1311e0f833629

Contents?: true

Size: 810 Bytes

Versions: 1

Compression:

Stored size: 810 Bytes

Contents

<h1>Sticky Topbar</h1>
<div class="contain-to-grid sticky">
  <nav class="top-bar" data-topbar>
    <ul class="title-area">
      <li class="name">
        <h1><a href="#">My Site</a></h1>
      </li>
    </ul>

    <section class="top-bar-section">
      <!-- Right Nav Section -->
      <ul class="right">
        <li class="active"><a href="#">Right Nav Button Active</a></li>
        <li class="has-dropdown">
          <a href="#">Right Button with Dropdown</a>
          <ul class="dropdown">
            <li><a href="#">First link in dropdown</a></li>
          </ul>
        </li>
      </ul>

      <!-- Left Nav Section -->
      <ul class="left">
        <li><a href="#">Left Nav Button</a></li>
      </ul>
    </section>
  </nav>
</div>

<div style="height: 2000px"></div>
<div id="bottom"></div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zurb-foundation-5-5.2.2 spec/topbar/sticky.html