Team:Goettingen/Team/Gallery

From 2013.igem.org

(Difference between revisions)
m
m
Line 102: Line 102:
function showGarPic(from,illustration){
function showGarPic(from,illustration){
-
  document.body.insertBefore(lightframe,document.body.childNodes[0]);
 
   garPic.src = from;
   garPic.src = from;
-
  alert(getComputedStyle(garPic,null).width);
 
   with(showbox.style){
   with(showbox.style){
-
     width = getComputedStyle(garPic,null).width;
+
     width = garPic.width;
     marginLeft = 'auto';
     marginLeft = 'auto';
     marginRight = 'auto';
     marginRight = 'auto';
-
}
+
    }
   description.innerHTML = illustration;
   description.innerHTML = illustration;
 +
  document.body.insertBefore(lightframe,document.body.childNodes[0]);
    
    
    
    

Revision as of 17:59, 8 July 2013

The beast and its Achilles heel:

 A novel target to fight multi-resistant pathogenic bacteria



In the Lab

under construction

 

Previous Next