Team:Dundee/inside/board

From 2014.igem.org

(Difference between revisions)
 
(8 intermediate revisions not shown)
Line 103: Line 103:
}
}
-
 
-
#flasher{
 
-
  position: fixed;
 
-
  width: 40%;
 
-
  height: 20%;
 
-
}
 
-
   
 
-
   
 
-
#flasher img {
 
-
display :none;
 
-
cursor: pointer;
 
-
  position: absolute;
 
-
  top: 770%;
 
-
  left: -60%;
 
-
  right: 0;
 
-
  bottom: 0;
 
-
  margin: auto;
 
-
  width: 30%;
 
-
  height: 20%;
 
-
 
Line 154: Line 134:
  cursor: pointer;
  cursor: pointer;
   position: absolute;  
   position: absolute;  
-
   top: 820%;  
+
   top: 810%;  
-
   left: 80%;  
+
   left: -10%;  
   right: 0;  
   right: 0;  
   bottom: 0;  
   bottom: 0;  
   margin: auto;  
   margin: auto;  
-
   width: 40%;
+
   width: 50%;
-
   height: 40%;
+
   height: 50%;
}   
}   
Line 172: Line 152:
     <div id="bg">   
     <div id="bg">   
-
     <img src="https://static.igem.org/mediawiki/2014/7/7f/Outreach_board.jpg" alt="">   
+
     <img src="https://static.igem.org/mediawiki/2014/3/39/Outreach_board.jpg12.jpg" alt="">   
</div>
</div>
Line 200: Line 180:
     </div>  
     </div>  
-
  <div id="flasher">
 
-
      <img id="doIt" src="https://static.igem.org/mediawiki/2014/3/33/Dun_Flahser.png">
 
-
  </div>
 
<div id="toRight">
<div id="toRight">
  <a href="/Team:Dundee/inside/school">
  <a href="/Team:Dundee/inside/school">
Line 219: Line 196:
window.onload = function() {
window.onload = function() {
   fadeImg();
   fadeImg();
-
setTimeout(function() {
 
-
    $( '#doIt' ).fadeTo("2000",1)
 
-
}, 1600);
 
}
}
-
 
-
$('#doIt').click(function(){
 
-
    fadeImg();
 
-
});
 
function fadeImg(){
function fadeImg(){

Latest revision as of 01:36, 18 October 2014

Dundee 2014