Team:Dundee

From 2011.igem.org

(Difference between revisions)
Line 1: Line 1:
-
<html xmlns="http://www.w3.org/1999/xhtml">
 
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.12/jquery-ui.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.12/jquery-ui.min.js"></script>
<script type="text/javascript">
<script type="text/javascript">
Line 14: Line 13:
</script>
</script>
<head>
<head>
-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 
-
<title>Untitled Document</title>
 
<link href="https://dl-web.dropbox.com/get/iGem/twoColElsLt.css?w=e69584a1" />
<link href="https://dl-web.dropbox.com/get/iGem/twoColElsLt.css?w=e69584a1" />
-
<!--[if IE]>
 
<style type="text/css">  
<style type="text/css">  
-
/* place css fixes for all versions of IE in this conditional comment */
 
-
.twoColElsLt #sidebar1 { padding-top: 30px; }
 
-
.twoColElsLt #mainContent { zoom: 1; padding-top: 15px; }
 
-
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
 
</style>
</style>
-
<![endif]--></head>
+
</head>
<body class="twoColElsLt">
<body class="twoColElsLt">

Revision as of 17:26, 20 May 2011

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.12/jquery-ui.min.js"></script> <script type="text/javascript">

 function clearHeader() {
 $('#p-logo').empty();
 $('#top-section').css({
   backgroundImage: 'url(https://static.igem.org/mediawiki/2011/5/5c/Dundee-bg.jpg)'
 });

}

$(function() { clearHeader(); }) </script> <head> <link href="https://dl-web.dropbox.com/get/iGem/twoColElsLt.css?w=e69584a1" /> <style type="text/css"> </style> </head>

<body class="twoColElsLt">

Main Content

</body>

</html>