Team:Colorado State/Sponsors
From 2012.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | |||
<html> | <html> | ||
- | < | + | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
- | < | + | <html xmlns="http://www.w3.org/1999/xhtml"> |
- | + | <head> | |
- | </ | + | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> |
- | < | + | <title>JavaScript Dropdown Menu Demo</title> |
- | + | <link rel="stylesheet" href="dropdown.css" type="text/css" /> | |
- | </ | + | <script type="text/javascript" src="main.js"></script> |
- | < | + | </head> |
- | + | <body> | |
- | </ | + | <dl class="dropdown"> |
- | </ | + | <dt id="one-ddheader" onmouseover="ddMenu('one',1)" onmouseout="ddMenu('one',-1)">Dropdown One</dt> |
+ | <dd id="one-ddcontent" onmouseover="cancelHide('one')" onmouseout="ddMenu('one',-1)"> | ||
+ | <ul> | ||
+ | <li><a href="#" class="underline">Navigation Item 1</a></li> | ||
+ | <li><a href="#" class="underline">Navigation Item 2</a></li> | ||
+ | <li><a href="#" class="underline">Navigation Item 3</a></li> | ||
+ | <li><a href="#" class="underline">Navigation Item 4</a></li> | ||
+ | <li><a href="#">Navigation Item 5</a></li> | ||
+ | </ul> | ||
+ | </dd> | ||
+ | </dl> | ||
+ | |||
+ | <dl class="dropdown"> | ||
+ | <dt id="two-ddheader" onmouseover="ddMenu('two',1)" onmouseout="ddMenu('two',-1)">Dropdown Two</dt> | ||
+ | <dd id="two-ddcontent" onmouseover="cancelHide('two')" onmouseout="ddMenu('two',-1)"> | ||
+ | <ul> | ||
+ | <li><a href="#" class="underline">Navigation Item 1</a></li> | ||
+ | <li><a href="#" class="underline">Navigation Item 2</a></li> | ||
+ | <li><a href="#" class="underline">Navigation Item 3</a></li> | ||
+ | <li><a href="#" class="underline">Navigation Item 4</a></li> | ||
+ | <li><a href="#">Navigation Item 5</a></li> | ||
+ | </ul> | ||
+ | </dd> | ||
+ | </dl> | ||
+ | </body> | ||
+ | </html> | ||
+ | |||
+ | |||
</html> | </html> | ||
Revision as of 21:07, 25 June 2012
- Dropdown One
- Dropdown Two
</html>
Home | Team | Official Team Profile | Project | Parts Submitted to the Registry | Modeling | Notebook | Safety | Sponsors | Attributions |
---|
Use this page to answer the questions on the Sponsor page.