[On this page you are seeing GIFs instead of actual dynamic HTML because you're using a pre-4.0 browser.]
Next you need to construct the list that appears when you click on Webmonkey. So let's list the monkeys.
<style>
.moreMenu {position: absolute;
width: 100px;
border: 1px solid red;
background-color: red;
layer-background-color: red;
top: 22px;
}
</style>
...
<div id="moreMonkey" class="moreMenu"> Aaron
<br> Captain Cursor
<br> Cassandra
<br> Chris
<br> Courtney
<br> Jeff
<br> Joanne
<br> Jean Pierre
<br> Klug
<br> Kristin
<br> Nadav
<br> Taylor
<br> Thau
<br> Tim
<br> Wendy
<br>
</div>
Which, when combined with the rest of the bar, looks something like this:
[On this page you are seeing GIFs instead of actual dynamic HTML because you're using a pre-4.0 browser.]
So now that you have the menu bar all laid out, you can hook it up to some script and make it useful. The first thing you should do is take the moreMenu class and turn off its visibility. Most menus aren't active and visible when the window comes up initially. So you should change the class selector to read: