Just try the following
#Navigation {
background-color: #7f8a81;
height: 78px;
}
#Navigation ul {
margin: 0px;
padding: 0px;
list-style-type: none;
}
#Navigation ul li {
display: inline;
}
to see if this puts them into the right order.
David
#Navigation {
background-color: #7f8a81;
height: 78px;
}
#Navigation ul {
margin: 0px;
padding: 0px;
list-style-type: none;
}
#Navigation ul li {
display: inline;
}
to see if this puts them into the right order.
David
Comment