Team:UChicago/Templates/Standard header

From 2013.igem.org

(Difference between revisions)
Line 38: Line 38:
             }
             }
         });
         });
-
    </script>
 
-
 
-
    <!-- MathJax (LaTeX for the web) -->
 
-
    <script type="text/x-mathjax-config">
 
-
        MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
 
-
        MathJax.Hub.Config({
 
-
            TeX: {
 
-
                equationNumbers: {  autoNumber: "AMS"  }
 
-
            }
 
-
        });
 
-
    </script>
 
-
    <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
 
-
 
-
    <!-- Sexy Drop Down (drop down navigation) -->
 
-
    <script type="text/javascript">
 
-
        $(document).ready(
 
-
            function(){
 
-
                $("ul.subnav").parent().find("> a").append("<span> ▼</span>");
 
-
                $("ul.topnav li").hover(
 
-
                    function() {
 
-
                        // Hover over
 
-
                        $(this).parent().find("ul.subnav").hide();
 
-
                        $(this).find("ul.subnav").show();
 
-
                        // Hover out
 
-
                        $(this).hover(
 
-
                            function() {
 
-
                            },
 
-
                            function(){
 
-
                                $(this).find("ul.subnav").hide();
 
-
                            }
 
-
                        );
 
-
                    },
 
-
                    function(){
 
-
                        $(this).find("ul.subnav").hide();
 
-
                    }
 
-
 
-
                );
 
-
            }
 
-
        );
 
     </script>
     </script>
Line 108: Line 69:
<!-- HTML CONTENT -->
<!-- HTML CONTENT -->
<!-- ************ -->
<!-- ************ -->
-
 
-
    <!-- Header image -->
 
-
    <div id="header">
 
-
        <div class="centering">
 
-
        </div>
 
-
    </div>
 
-
 
-
    <!-- Navigation bar -->
 
-
    </html>{{:Team:DTU-Denmark/Templates/Navigationbar}}<html>
 
     <!-- Page heading -->
     <!-- Page heading -->

Revision as of 23:51, 12 September 2013

{{{1}}}