This is the page: http://joe-riggs.com/chip/
Im developing with FF havent even tried to fix ie yet, I want the nav links to be at the bottom, like this: http://i.imgur.com/cYERA.png
At some point I want to add the black lines,they are just there for reference. Thanks-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content="" />
<title>
NCB
</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--link type="text/css" rel="stylesheet" href="style.css"-->
<style type="text/css">
/*<![CDATA[*/
html,body{margin:0}
div.top-margin{
height: 15px ;
background-color:red;
}
div.top{
width:95%;
height: 125px;
}
div.left{
float:left;
width:100px;
}
div.body{
width:95%;
height: 125px;
}
div.logo{
height:100px;
width:100px;
background-color:red;
float:left;
}
div.main{
width: 900px ;
margin-left: auto ;
margin-right: auto ;
}
div.nav-links{
height:100px;
/*float:right;*/
border: .2em dotted #900;
}
div.header-link{
display:inline;
height:100%;
margin:0 30px 0 0;
}
/*]]>*/
</style>
</head>
<body>
<div class="top-margin"></div>
<div class="main">
<div class="top">
<div class="logo"></div>
<div class="nav-links">
<div class="header-link">
About
</div>
<div class="header-link">
Process
</div>
<div class="header-link">
Portfolio
</div>
<div class="header-link">
Contact
</div>
</div>
</div>
<div class="left">
left
</div>
<div class="body">
body
</div>
</div><!--main-->
</body>
</html>