Team:Colorado State/Sponsors

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
-
 
<html>
<html>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
<html xmlns="http://www.w3.org/1999/xhtml">
-
This is a template page. READ THESE INSTRUCTIONS.
+
<head>
-
</div>
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
<title>JavaScript Dropdown Menu Demo</title>
-
You are provided with this team page template with which to start the iGEM season.  You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki.  You can find some examples <a href="https://2008.igem.org/Help:Template/Examples">HERE</a>.
+
<link rel="stylesheet" href="dropdown.css" type="text/css" />
-
</div>
+
<script type="text/javascript" src="main.js"></script>
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
</head>
-
You <strong>MUST</strong> have all of the pages listed in the menu below with the names specified.   PLEASE keep all of your pages within your teams namespace. 
+
<body>
-
</div>
+
<dl class="dropdown">
-
</div>
+
  <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

JavaScript Dropdown Menu Demo


</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.