Clear

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Develop Menu

 

 

 

 

 

The Drop Down Menu

An ever-elusive feature commonly reserved for flash modules and javascript. I ended up choosing the latter, in this case, seeing as it would be immensely easier to add–and subtract–links accordingly.

 

I'll explain the source of this further, but this is the css that I added to the external style sheet. This was, initially, meant for inline. But I decided to place it, just like all css that I do, externally.

 

/* 	Drop-Down */


#dropmenudiv a:link {
text-decoration: none; }

#dropmenudiv a:active {
color: #eeeefe;
text-decoration: none; }

#dropmenudiv a:visited {
color: #C67E25;
text-decoration: none; }

 

Click here to access the webpage that I used to create the drop-down menu.