Create rollover effects
  1. Open format.css from the Vacation site.
  2. Copy the formatting for the topnav, navbar, navbar li, and navbar li a areas:

    .topnav {
      width: 100%;
      background: #cccccc;
    }

    .navbar {
      margin: 0;
      padding: 0;
      float: left;
      width: 100%;
      list-style: none;
      background: #cccccc;
    }

    .navbar li {
      display: inline;
    }

    .navbar li a {
      float: left;
      padding-top: 5px;
      padding-right: 20px;
      padding-bottom: 5px;
      padding-left: 20px;
    }
  3. Paste it into layout.css in the Advanced Layout site.
  4. Change the background colors of the topnav and navbar areas to black (#000000).

Want ad-free tutorials like these for classroom use? Get them at Visilearn.com.