Team:SJTU-Software2/test

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
{{CSS/Main}}
{{CSS/Main}}
-
 
-
 
<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="http://www.w3.org/1999/xhtml">
<!--main content -->
<!--main content -->
 +
<head>
 +
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 +
<style type="text/css">
 +
/* 全局样式 */
 +
*{padding:0; margin:0; list-style:none}
 +
.roundabout-holder { margin: 0px auto; width: 850px; height: 496px; }
 +
.roundabout-moveable-item { border-radius: 4px; border: 3px solid rgba(0, 0, 0, 0.08); width: 646px; height: 416px; cursor: pointer; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
 +
.roundabout-moveable-item img { width: 100%; }
 +
.roundabout-in-focus { border: 3px solid rgba(0, 0, 0, 0.2); }
 +
</style>
 +
<script type="text/javascript" src="https://2014.igem.org/Team:SJTU-Software/jm.js%20?action=raw&ctype=text/js"></script>
 +
</head>
<p>
<p>

Revision as of 10:08, 3 October 2014

Slide Down Box Menu with jQuery and CSS3