Team:Marburg/2

From 2013.igem.org

(Difference between revisions)
m
Line 1: Line 1:
 +
{{:normalize.css}}
<html>
<html>
-
<head>
+
<div class="simple-demo">
-
<title>Popup-Fenster mit JavaScript</title>
+
<div id="content-wrapper">
-
<script type="text/javascript">
+
 
-
function popup (url) {
+
<div id="examples-1">
-
fenster = window.open(url, "Popupfenster", "width=400,height=300,resizable=yes");
+
<h2 id="fade-it">Fade It</h2>
-
fenster.focus();
+
<h2 id="fly-it">Fly It</h2>
-
return false;
+
<h2 id="spin-it">Spin It</h2>
-
}
+
<h2 id="scale-it">Scale It</h2>
-
</script>
+
<h2 id="smush-it">Smush It</h2>
-
</head>
+
</div>
-
<body>
+
 
-
<p><a href="https://2013.igem.org/Team:Marburg/1?action=raw" target="_blank" onclick="return popup(this.href);">Fenster anzeigen</a></p>
+
</div>
-
</body>
+
<script type="text/javascript" src="https://2013.igem.org/Team:Marburg/scroll.js?action=raw"></script>
-
</html>
+
 
 +
</div></html>

Revision as of 11:06, 9 March 2014

Normalize.css

Fade It

Fly It

Spin It

Scale It

Smush It