I tried to remake it the best I could - it doesn't use layers anymore. If you want me to remake the nav to I would need to see how they show up.
Code:
<!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 http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
* {
padding: 5px;
}
body {
margin: 40px 0 0 0;
font-family: Verdana
}
#container {
margin: 0 auto;
width: 45%;
height: auto;
padding-bottom: 50px;
background-color: #CCC;
}
#header {
margin: 10px auto;
width: 95.3%;
height: 115px;
background-color: #FFF;
color: #000;
font-size: 35px;
font-weight: bold;
padding-top: 10px;
}
</style>
</head>
<body>
<div id="container">
<div id="header">
Your name here
</div>
<div id="content">
<img src="http://www.dynamicdrive.com/forums/designfiles/logo.gif" width="297" height="42" />
</div>
</div>
</body>
</html>
Bookmarks