Click here to Skip to main content
15,879,326 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
<html>
<head>
<style type="text/css" media="screen">@import "includes/menu2style.css";</style>
<title>Menu2 Test Page</title>
</head>

<body>
<div class="navbar">
  <img src="../images/Header.png" width="408" height="75" alt="" align="left" hspace="10"/>
  <a href="#">CALENDAR</a>
  <a href="http://My.Scouting.org">MY.SCOUTING</a>
  <a href="#">INFO CENTER</a>
  <div class="dropdown">
    <button class="dropbtn">MENU 
      class="fa fa-caret-down">
    </button>
    <div class="dropdown-content">
      <div class="row">
        <div class="column">
          <h3 class="columnheader">ABOUT US</h3>
          <a href="#">Link 1</a>
          <a href="#">Link 2</a>
          <a href="#">Link 3</a>
        </div>
        <div class="column">
          <h3 class="columnheader">CAMPING</h3>
          <a href="#">Link 1</a>
          <a href="#">Link 2</a>
          <a href="#">Link 3</a>
        </div>
        <div class="column">
          <h3 class="columnheader">PROGRAMS</h3>
          <a href="#">Link 1</a>
          <a href="#">Link 2</a>
          <a href="#">Link 3</a>
        </div>
		<div class="column">
          <h3 class="columnheader">INFO CENTER</h3>
          <a href="#">Link 1</a>
          <a href="#">Link 2</a>
          <a href="#">Link 3</a>
        </div>
      </div>
    </div>
  </div> 
</div>
</body>
</html>


What I have tried:

What you see above is all I've tried because I really have no idea of any other options I have.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900