<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
<style type="text/css">
<!--
* {
text-decoration: none;
border: none;
margin: 0px;
padding: 0px;
}
body, html {
height: 100%;
width: 100%;
}
#wrap {
width: 760px;
height: 100%;
margin-right: auto;
margin-left: auto;
}
#left {
float: left;
width: 10px;
background: #FF0000;
height: 100%;
}
#right {
float: right;
width: 10px;
background: #0000FF;
height: 100%;
}
#center {
margin-left: 10px;
margin-right: 10px;
background: #00FF00;
height: 100%;
}
-->
</style>
</head>
<body>
<div id="wrap">
<div id="left"></div>
<div id="right"></div>
<div id="center"></div>
</div>
</body>
</html>
This post has been edited by sam: 26 February 2007 - 07:18 PM


Help
MultiQuote











