Team:PennState/Team

From 2008.igem.org

(Difference between revisions)
m (testing)
m (negative absolute pos > float w/ negative margin)
Line 81: Line 81:
#projectnav {
#projectnav {
  width: 12em;
  width: 12em;
-
  float: left;
+
  position: absolute;
-
  margin-left: -50%;
+
  left: -6em;
 +
top: 68ex;
  padding: .5em;
  padding: .5em;
  background-color: #fff;
  background-color: #fff;
Line 147: Line 148:
</table>
</table>
-
<table> <!-- Table for content area -->
+
<div id="contentparent" style="display: block; width: 100%; margin: 0 0 0 8em; padding: 0;">
-
<tr>
+
<div id="projectnav">
-
 
+
-
<!--
+
-
  Navigation menu for the projects
+
-
  The table is extended to include the introduction paragraph and the information blocks
+
-
-->
+
-
<td valign="top" width="20%" id="projectnav">
+
  <h4 style="margin-top: 0;">Hormone Biosensors</h4>
  <h4 style="margin-top: 0;">Hormone Biosensors</h4>
  <dl id="hbnav">
  <dl id="hbnav">
Line 174: Line 169:
   <dd><a href="https://2008.igem.org/Team:PennState/diauxie/references">References</dd>
   <dd><a href="https://2008.igem.org/Team:PennState/diauxie/references">References</dd>
  </dl>
  </dl>
-
</td>
+
</div>
<!-- Main content area -->
<!-- Main content area -->
-
<td valign="top" id="pagecontent">
+
<div valign="top" id="pagecontent">
</html>
</html>
<h2>Faculty Advisers</h2>
<h2>Faculty Advisers</h2>
Line 256: Line 251:
<img src="/wiki/iGEM_08 PennStateLogo.jpg">
<img src="/wiki/iGEM_08 PennStateLogo.jpg">
-
</td></tr></table> <!-- end content block that is adjacent to sidelinks -->
+
</div> <!-- end content block that is adjacent to sidelinks -->
 +
</div> <!-- end parent content block -->
</html>
</html>

Revision as of 22:10, 15 July 2008