Team:Kyoto/Style

From 2010.igem.org

(Difference between revisions)
m
Line 93: Line 93:
}
}
/* Foot ***************************************************/
/* Foot ***************************************************/
-
#foot
+
 
-
{
+
-
position: absolute;
+
-
bottom: 7px;
+
-
width: 100%;
+
-
text-align: center;
+
-
}
+
-->
-->
</style>
</style>
Line 130: Line 124:
//-->
//-->
</script>
</script>
-
<script type="text/javascript">
+
 
-
<!--
+
-
// Foot
+
-
$("#foot img").error(function()
+
-
{
+
-
$(this)
+
-
.error(function(){})
+
-
.attr("src", "http://www2.clustrmaps.com/images/clustrmaps-back-soon.jpg")
+
-
.closest("a").attr("link","http://www2.clustrmaps.com");
+
-
});
+
-
//-->
+
-
</script>
+
</head>
</head>
</html>
</html>
 +
 +
==Foot==
 +
#foot
 +
{
 +
position: absolute;
 +
bottom: 7px;
 +
width: 100%;
 +
text-align: center;
 +
}

Revision as of 13:30, 25 October 2010

Foot

  1. foot

{ position: absolute; bottom: 7px; width: 100%; text-align: center; }