Difference between revisions of "Team:Virginia/Team"

Line 226: Line 226:
  
 
markimage.onclick = function() {
 
markimage.onclick = function() {
markbio.style.display="block";
+
markbio.style.display = "block";
 
}
 
}
  
 
span.onclick = function() {
 
span.onclick = function() {
markbio.style.display="none";
+
markbio.style.display = "none";
 
}
 
}
  
 
window.onclick = function(event) {
 
window.onclick = function(event) {
 
if (event.target == markbio) {
 
if (event.target == markbio) {
markbio.style.display="none";
+
markbio.style.display = "none";
 
}
 
}
 
}
 
}

Revision as of 19:31, 29 July 2016

MEET THE TEAM