heres my css code:
body {
background-color: #000000;
color: #;
margin-left: auto;
margin-right: auto;
}
#container {
width: 500px;
background-color: #000000;
color: #;
font-family: verdana;
font-size: 10px;
margin-left: auto;
margin-right: auto;
}
#header {
width: 500px;
background-color: #;
color: #;
font-family: verdana;
font-size: 10px;
}
#navbar {
width: 500px;
background-color: #000000;
color: #;
font-family: verdana;
font-size: 10px;
text-align: left;
}
.content {
width: 500px;
background-color: #000000;
color: #;
font-family: verdana;
font-size: 10px;
}
.content2 {
width: 500px;
text-align: left;
}
.nav {
list-style: none;
}
.nav li {
float: left;
}
.nav li a {
padding: 5px;
background-color: #000000;
color: #;
display: block;
}
.nav li a:hover {
color: #;
background-color: #333333;
}
the problem is with the content section, it sticks out past the 500 width size...
Edited by zetsumei, 05 January 2007 - 07:28 PM.
