Home
Name Modified Size InfoDownloads / Week
README.txt 2013-12-31 1.1 kB
style.css 2013-12-31 1.7 kB
Totals: 2 Items   2.8 kB 0
# Welcome

Thanks for wanting to try out my work.

## Todo

Upload contents to directory on your host server.

In your HTML markup, create a these tags.

``
    <nav class="menu-bar">
        <ul class="menu">
                <li><a href=" #">Level One</a></li>
                <li><a href="#">Level One</a></li>
                <li><a href="#">Level One</a></li>
        </ul>
    </nav>
``

To add another level.
``
    <li><a href=" #">Level One</a>
        <ul>
            <li><a href=" #">Second level</a></li>
            <li><a href=" #">Second level</a></li>
            <li><a href=" #">Second level</a></li>
        </ul>
    </li>
``

To add another.
``
    <li><a href=" #">Second level</a>
        <ul>
            <li><a href=" #">Level three</a></li>
            <li><a href=" #">Level three</a></li>
            <li><a href=" #">Level three</a></li>
        </ul>
    </li>
``

Simple right?!

Its allows four levels but could be extended by reading and manipulating the dropbar.css file.

Enjoy! With love from http://fb.me/sir.jeremiah.
Source: README.txt, updated 2013-12-31