Team:Calgary Entrepreneurial/Sandbox

From 2013.igem.org

(Difference between revisions)
Line 315: Line 315:
<!--Window scrolling script for sticky header-->
<!--Window scrolling script for sticky header-->
<script type="text/javascript">
<script type="text/javascript">
-
$(document).ready(function() {
 
-
 
-
var fixadent = $("#blackheader");
 
-
var pos = fixadent.offset();
 
-
 
-
$(window).scroll(function() {
 
-
 
-
if($(this).scrollTop() > pos.top){
 
-
$(fixadent).css('position', 'fixed');
 
-
}
 
-
else{
 
-
$(fixadent).css('position', 'relative');
 
-
}
 
-
 
-
});
 
-
});
 
Line 386: Line 370:
<div class="clear"></div> <!--Just in case floating elements in the header mess up-->
<div class="clear"></div> <!--Just in case floating elements in the header mess up-->
-
<p>Paragraph in black text</p>
+
<p style="color: white;">Paragraph in black text</p>
<div id="maincontent">
<div id="maincontent">

Revision as of 04:04, 21 September 2013

Paragraph in black text

Paragraph text block for testing purposes.