Team:Tokyo Tech/Project/Artificial Cooperation System/modeling

From 2010.igem.org

(Difference between revisions)
(New page: <html> <head> <title>スクロールしても常に定位置にメニューを固定する</title> <style type="text/css"> <!-- td { font-size:9pt; line-height:150%; background-color:#...)
(Replacing page with '東京工業大学<ref>[http://www.titech.ac.jp/ 東工大のHP]</ref> == 脚注 == <references />')
Line 1: Line 1:
-
<html>
+
東京工業大学<ref>[http://www.titech.ac.jp/ 東工大のHP]</ref>
-
<head>
+
 
-
<title>スクロールしても常に定位置にメニューを固定する</title>
+
 
-
<style type="text/css">
+
== 脚注 ==
-
<!--
+
<references />
-
td { font-size:9pt; line-height:150%; background-color:#c9d9f6; }
+
-
th { font-size:9pt; line-height:150%; background-color:#000000; color:#FFFFFF; }
+
-
-->
+
-
</style>
+
-
<script language="JavaScript">
+
-
<!--
+
-
offX = 10;
+
-
offY = 10;
+
-
function setMenu() {
+
-
sx = document.body.scrollLeft;
+
-
sy = document.body.scrollTop;
+
-
fMENU.style.left= sx + offX;
+
-
fMENU.style.top = sy + offY;
+
-
}
+
-
-->
+
-
</script>
+
-
</head>
+
-
<body onScroll="setMenu()">
+
-
<table border="1" cellspacing="4" cellpadding="0" id="fMENU" style="position:absolute;top:10px;left:10px;">
+
-
<tr><th>[[[ MENU ]]]</th></tr>
+
-
<tr><td><a href="http://www.impress.co.jp/">■Impress</a></td></tr>  
+
-
<tr><td><a href="http://www.openspc2.org/" >■OpenSpace</a></td></tr>
+
-
<tr><td><a href="http://www.yahoo.co.jp/" >■Yahoo</a></td></tr>
+
-
<tr><td><a href="http://www.google.com/" >■Google</a></td></tr>
+
-
</table>
+
-
<table border="1" width="1000" height="1000"> <tr><td>.</td></tr> </table>
+
-
</body> </html>
+

Revision as of 11:37, 25 October 2010

東京工業大学<ref>東工大のHP</ref>


脚注

<references />