Template:Sifuentes04

From 2014.igem.org

(Difference between revisions)
Line 328: Line 328:
function changeImg(n) {
function changeImg(n) {
-
var imgobj = document.getElementById('galImg');
+
var imgobj = document.getElementById('imageNumber');
imgobj.src = imgname[n];
imgobj.src = imgname[n];
}
}
Line 410: Line 410:
<h3 id="featureBoxTitle">Title 01</h3>   
<h3 id="featureBoxTitle">Title 01</h3>   
-
<div class="featureBoxButtons"> <a href="#" onClick="moveLeft()"><img src="" width="20" height="20"> </a> </div>
+
<div class="featureBoxButtons">  
 +
<a href="#" onClick="moveLeft()"><img src="" width="20" height="20"> </a>  
 +
</div>
<div id="featureBoxImage">  
<div id="featureBoxImage">  
-
<img src="https://static.igem.org/mediawiki/2011/c/cb/Img022.png"  width="145" height="145" id="galImg">
+
<img src="https://static.igem.org/mediawiki/2011/c/cb/Img022.png"  width="145" height="145" id="imageNumber">
-
</div>
+
</div>
-
<div class="featureBoxButtons"><a href="#" onClick="moveRight()"><img src="" width="20" height="20"></a> </div>
+
<div class="featureBoxButtons">
 +
<a href="#" onClick="moveRight()"><img src="" width="20" height="20"></a>  
 +
</div>
<p id="featureText">text 01</p>
<p id="featureText">text 01</p>

Revision as of 17:07, 13 January 2015