Team:ZJU-China/Datapage
From 2011.igem.org
(Difference between revisions)
Line 46: | Line 46: | ||
} | } | ||
</style> | </style> | ||
+ | |||
+ | <script src="http://jmar777.googlecode.com/svn/trunk/js/jquery-1.2.6.js" type="text/javascript"></script> | ||
+ | <script src="http://jmar777.googlecode.com/svn/trunk/js/jquery.easing.1.3.js" type="text/javascript"></script> | ||
+ | <script src="http://kwicks.googlecode.com/svn/branches/v1.5.1/Kwicks/jquery.kwicks-1.5.1.pack.js" type="text/javascript"></script> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | $().ready(function() { | ||
+ | $('#leftul .kwicks').kwicks({ | ||
+ | min : 40, | ||
+ | spacing : 3, | ||
+ | isVertical : true, | ||
+ | sticky : true, | ||
+ | |||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | |||
</head> | </head> | ||
<body> | <body> | ||
Line 59: | Line 77: | ||
<table id="table_m" width="110" border="0" cellspacing="1" cellpadding="1"> | <table id="table_m" width="110" border="0" cellspacing="1" cellpadding="1"> | ||
<tr> | <tr> | ||
- | <td valign="top"><div | + | <td valign="top"><div id="leftul"> |
- | <ul id=" | + | <ul class="kwicks"> |
- | <li id=" | + | <li id="kwick1"><a>week1</a><p>In this week we........</p></li> |
- | <li id=" | + | <li id="kwick2"><a>week2</a></li> |
- | <li id=" | + | <li id="kwick3"><a>week3</a></li> |
- | <li id=" | + | <li id="kwick4"><a>week4</a></li> |
- | </ul> | + | <li id="kwick5"><a>week5</a></li> |
- | </div></td> | + | <li id="kwick6"><a>week6</a></li> |
+ | </ul> | ||
+ | </div> </td> | ||
<td><div class="bigblock" id="m_biofilm"><div class="block" id="introduction"> | <td><div class="bigblock" id="m_biofilm"><div class="block" id="introduction"> | ||
<h3><font color="white">Introduction</font></h3> | <h3><font color="white">Introduction</font></h3> |
Revision as of 17:06, 22 September 2011
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">