Forum Moderators: not2easy
<!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">
body
{ margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
background-image: url('skygradient.gif');
background-repeat: repeat;
}
#header {
margin: 0px;
padding: 0px;
height: 250px;
width: 100%;
background: url('headerclouds.gif');
}
#left {
position: absolute;
left: 15px;
top: 395px;
width: 200px;
}
#center {
top:0;
margin-left: 230px;
margin-right: 230px;
}
#right {
position: absolute;
right: 15px;
top: 395px;
width: 200px;
}
#nav {
position: absolute;
width: 700px;
height: 120px;
left: 20px;
top: 270px;
}
#footer {
position: absolute;
width: 100%;
bottom: 0px;
}
</style>
<body>
<div id="header">
</div>
<div id="nav">
<a href="http://www.example.com/store.html" onmouseout="MM_swapImgRestore()" onmouseover= "MM_swapImage('nav1','','navbirdover.gif',1)"><img src="navbird1.gif" alt="Example text" name="nav1" width="178" height="75" border="0" id="nav1" /></a><a href="http://www.example.com/bios.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('nav2','','navbirdoverbios.gif',1)"></a><a href="http://www.example.com/funstuff.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('nav3','','navbirdoverfun.gif',1)"><img src="navbird1.gif" alt="example Stuff" name="nav3" width="178" height="75" border="0" id="nav3" /></a><a href="http://www.example.com/friends.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('nav4','','navbirdoverfriends.gif',1)"><img src="navbird2.gif" alt="Friends" name="nav4" width="136" height="75" border="0" id="nav4" /></a></div>
<div id="left"><h3 align="center">About Us</h3>
</div>
<div id="center"><h1 align="center"><font color="#006633">Welcome to example!</font></h1>
</div>
<div id="right"><h3 align="center">Preview</h3>
</div>
<div id="footer">
Footer is here damnit!
</div>
</body>
</html>
[edited by: engine at 8:17 am (utc) on July 24, 2008]
[edit reason] examplified [/edit]