Team:Calgary/Sandbox3

From 2011.igem.org

(Difference between revisions)
 
(3 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
-
<!--SLIDESHOW FEATURE FOR THIS HEADER REQUIRED-->
 
<head>
<head>
<!--jQuery and jQuery-UI additions-->
<!--jQuery and jQuery-UI additions-->
Line 468: Line 467:
position: absolute;
position: absolute;
margin-top: -25px;
margin-top: -25px;
 +
z-index: 99;
}
}
Line 479: Line 479:
list-style: none;
list-style: none;
position: relative;
position: relative;
-
 
+
z-index: 100;
}
}
Line 648: Line 648:
img.headercircle{
img.headercircle{
display: none;
display: none;
 +
z-index: 250;
}
}
Line 773: Line 774:
<script type="text/javascript">
<script type="text/javascript">
$(document).ready(function(){
$(document).ready(function(){
-
$('#headbanner').cycle();
+
$('#headbanner').cycle({
 +
timeout: 10000
 +
});
});
});
</script>
</script>

Latest revision as of 02:05, 29 September 2011