Team:NCTU Formosa/source/header-notebook

From 2014.igem.org

(Difference between revisions)
 
(One intermediate revision not shown)
Line 1: Line 1:
<html>
<html>
<style>
<style>
-
.effect {
 
-
  left: 81.25%;
 
-
}
 
-
.left{
 
-
float:right;
 
-
width:45%;
 
-
display:block;
 
-
}
 
-
.right{
 
-
float:left;
 
-
width:45%;
 
-
display:block;
 
-
}
 
-
#cover{
 
-
background-color: #fbfbfb;
 
-
}
 
.download li {
.download li {
Line 306: Line 290:
<script src="//code.jquery.com/ui/1.11.2/jquery-ui.js"></script>
<script src="//code.jquery.com/ui/1.11.2/jquery-ui.js"></script>
<link rel="stylesheet" href="/resources/demos/style.css">
<link rel="stylesheet" href="/resources/demos/style.css">
-
<script>
 
-
$(function() {
 
-
$( "#dialog" ).dialog({
 
-
autoOpen: false,
 
-
show: {
 
-
effect: "blind",
 
-
duration: 1000
 
-
},
 
-
hide: {
 
-
effect: "explode",
 
-
duration: 1000
 
-
}
 
-
});
 
-
$( "#opener" ).click(function() {
 
-
$( "#dialog" ).dialog( "open" );
 
-
});
 
-
});
 
-
</script>
 

Latest revision as of 06:07, 28 August 2015