Team:Groningen/DesignTest
From 2012.igem.org
(Difference between revisions)
Line 11: | Line 11: | ||
</html> | </html> | ||
+ | |||
+ | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
+ | <head> | ||
+ | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> | ||
+ | <title>Horizontal Drop-Down CSS MENU</title> | ||
+ | <link href="style.css" rel="stylesheet" type="text/css" /> | ||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | <p><a href="http://www.divitodesign.com/2008/09/how-to-dropdown-css-menu/">Horizontal CSS menu tutorial</a> by <a href="http://www.divitodesign.com/">DivitoDesign</a>. </p> | ||
+ | |||
+ | <ul id="nav"> | ||
+ | <li class="current"><a href="#" title="Home">Home</a></li> | ||
+ | <li><a href="#" title="Services">Services</a> | ||
+ | <ul class="sub"> | ||
+ | <li><a href="#" title="Services > Webdesign">Webdesign</a></li> | ||
+ | <li><a href="#" title="Services > Developement">Development</a></li> | ||
+ | <li><a href="#" title="Services > Illustration">Illustration</a></li> | ||
+ | <li><a href="#" title="Services > Search Engine">Search engine</a></li> | ||
+ | <li><a href="#" title="Services > Wordpress">Wordpress</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="#" title="Blog">Blog</a> | ||
+ | <ul class="sub" > | ||
+ | <li><a href="#" title="Services > Themes">Themes</a></li> | ||
+ | <li><a href="#" title="Services > Plugins">Plugins</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="#" title="Contact">Contact</a></li> | ||
+ | </ul> | ||
+ | <p> </p> | ||
+ | </body> | ||
+ | </html> | ||
Revision as of 17:40, 8 August 2012
Horizontal CSS menu tutorial by DivitoDesign.