Team:Cambridge/tempTop

From 2010.igem.org

(Difference between revisions)
 
(30 intermediate revisions not shown)
Line 1: Line 1:
-
__NOTOC__
+
<html lang="en">
 +
<head>
 +
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 +
<title>Simple 2 column CSS layout, final layout | 456 Berea Street</title>
 +
<meta name="description" content="How to create a simple two column CSS layout with full width header and footer.">
 +
<meta name="copyright" content="Copyright (c) 2004 Roger Johansson">
 +
<meta name="author" content="Roger Johansson">
 +
<style type="text/css" media="screen, print, projection">
-
<html>
+
#bodyContent{position:relative; width:970px;
-
<style>
+
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;"
-
body{background:#594f4;}
+
 
-
</style>
+
}
-
<body bgcolor="#594f4">
+
#wrap {
-
<img align="center" src="https://static.igem.org/mediawiki/2010/1/17/Camtemptheo.png">
+
 
-
</body>
+
 
-
</html>
+
width:965px;
 +
 +
background:#e5fcc2;
 +
}
 +
#header {
 +
background:#ddd;
 +
}
 +
 +
 +
#left {
 +
float:left;
 +
width:222px;
 +
padding:10px;
 +
background:#e5fcc2;
 +
}
 +
h2 {
 +
margin:0 0 1em;
 +
}
 +
#right{
 +
float:right;
 +
width:700px;
 +
padding:10px;
 +
background:white;
 +
}
 +
#camfooter {
 +
clear:both;
 +
padding:5px 10px;
 +
background:#cc9;
 +
}
 +
#camfooter p {
 +
margin:0;
 +
    }
 +
* html #camfooter {
 +
height:1px;
 +
}
 +
</style>
 +
</head>  
 +
<body>
 +
<div id="wrap">  
 +
<div id="header"><img align="center" style="margin-bottom:0px; padding:0" src="https://static.igem.org/mediawiki/2010/4/4d/CambridgeTheoLogo.jpg"> </div>  
 +
 +
<div id="left">
 +
 +
<ul>
 +
<li><a href="/Team:Cambridge" title="Team:Cambridge"> Home</a> </li>
 +
<li><a href="/Team:Cambridge/Logistics" title="Team:Cambridge/Logistics"> Logistics</a></li>
 +
<li><a href="/Team:Cambridge/TheTeam" title="Team:Cambridge/Notebook/Week1">The Team</a></li>
 +
<li><a href="/Team:Cambridge/Notebook/Week1" title="Team:Cambridge/Notebook/Week1"> Notebook</a></li>
 +
<li><a href="/Team:Cambridge/Description" title="Team:Cambridge/Description"> Description</a> </li>
 +
</ul>
 +
 
 +
</p>
 +
</div>
 +
<div id="right">

Latest revision as of 21:11, 15 July 2010

Simple 2 column CSS layout, final layout | 456 Berea Street