Team:UCLA/Aal/javascripttemplate

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
-
<script type="text/javascript">
+
 
-
function show_sidebar()
+
<!-- function show_sidebar()
{
{
-
document.getElementById('sidebar').style.visibility="visible";
+
document.getElementById('sidebar').animate({right:'200px'});
}
}
function hide_sidebar()
function hide_sidebar()
{
{
-
document.getElementById('sidebar').style.visibility="hidden";
+
document.getElementById('sidebar').animate({right:'-200px'};
-
}
+
} -->
</script>
</script>
</html>
</html>

Revision as of 20:37, 6 August 2014