Template:Tokyo Tech Menu

From 2009.igem.org

(Difference between revisions)
Line 3: Line 3:
<style type="text/css">
<style type="text/css">
<!--
<!--
-
a:link { color: #00f; }
+
a:link{
-
 
+
color:#00f;
-
a:visited { color: #90f; }
+
}
-
 
+
a:visited{
-
a:hover { color: #f00; }
+
color:#90f;
-
 
+
}
-
a:active { color: #f00; }
+
a:hover{
-
 
+
color:#f00;
 +
}
 +
a:active{
 +
color:#f00;
 +
}
table.menu
table.menu
  font-size:95%;
  font-size:95%;
Line 16: Line 20:
  height:30px;
  height:30px;
  margin:20px auto 20px;
  margin:20px auto 20px;
-
  padding: 0;
+
  padding:0;
  table-layout:fixed;
  table-layout:fixed;
-
  position:absolute;
+
text-align:center;
 +
  position:relative;
}
}
.menu tr td{
.menu tr td{

Revision as of 05:53, 19 October 2009