|
right
this solved it:
#nav1 {
height: 15px;
width: 850px; <-- change
position: relative; <-- remove
left: 96px; <-- remove
top: 8px; <-- remove
padding-bottom: 10px;
padding-top: 2px;
text-align: center;
margin: 7px auto 0 auto; <-- add
}
now the problem is, what if I want to add another set of links or a graphic on the top right?
|