Viewing 2 replies - 1 through 2 (of 2 total)
  • In header.php, paste this:
    <div id="navcontainer">
    <ul id="navlist">
    <li id="active"><a href="#" id="current">Item one</a></li>
    <li><a href="#">Item two</a></li>
    <li><a href="#">Item three</a></li>
    <li><a href="#">Item four</a></li>
    <li><a href="#">Item five</a></li>
    </ul>
    </div>

    right underneath this:

    <div id="header">
    <h1><a href="https://www.rogner.cz">Roman Rogner</a></h1>
    </div>

    then just put the css from that page at the BOTTOM of your style.css file.

    Thread Starter Rogner

    (@rogner)

    Thanks for help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to implement this menu?’ is closed to new replies.