
CSS
CODE
/*-------------CSS Document------------*/
/*---------Background Starts-------*/
body{
background:url(images/bg.gif) center;
width:1024px;
height:900px;
}
#nav{
background:url(images/nav.gif) 0 0 no-repeat;
width:981px;
height:50px;
top:100px;
}
/*---------Background Starts-------*/
body{
background:url(images/bg.gif) center;
width:1024px;
height:900px;
}
#nav{
background:url(images/nav.gif) 0 0 no-repeat;
width:981px;
height:50px;
top:100px;
}
HTML
CODE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Welcome to NascentDescent!</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div id="body">
</div>
<div id="nav">
</div>
</body>
</html>
<html>
<head>
<title>Welcome to NascentDescent!</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div id="body">
</div>
<div id="nav">
</div>
</body>
</html>
Thanks for the help,
Kevin


