Hallo,
habe folgende Frage:
bei http://www.josimaier.bplaced.net
kann mir jemand sagen wie ich mein Menü oben zentriere?
was muss ich in der CSS ändern?!?
CSS: Ausschnitt
/* =Menu
-------------------------------------------------------------- */
#access {
background: #222; /* Show a solid color for older browsers */
background: -moz-linear-gradient(#FF8C00, #B8860B);
background: -o-linear-gradient(#FF8C00, #B8860B);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF8C00), to(#B8860B)); /* older webkit syntax */
background: -webkit-linear-gradient(#FF8C00, #B8860B);
-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
clear: both;
display: block;
float: left;
margin: 0 auto 6px;
width: 100%;
}
#access ul {
font-size: 13px;
list-style: none;
margin: 0 0 0 -0.8125em;
padding-left: 0;
}
#access li {
float: left;
position: relative;
}
#access a {
color: #eee;
display: block;
line-height: 3.333em;
padding: 0 1.2125em;
text-decoration: none;
}
Wordpress Version : 3.2.1
VIELEN DANK!