Code
#nav { background: url(postbar.jpg) repeat-x bottom #e9e3e6; width:
770px; border-bottom: 1px solid #e9e3e6; }
#nav-content { height: 32px; margin:0;
padding:0;
text-align:center; width: 770px; }
#nav .sf-menu { float: right; line-height: 1.0; width: 770px;
text-transform: uppercase; }
ändern in
Code
#nav {
background: url("postbar.jpg") repeat-x scroll center bottom #E9E3E6;
border-bottom: 1px solid #E9E3E6;
margin: 0 auto;
width: 960px;
}
#nav-content {
height: 32px;
margin: 0 auto;
width: 960px;
}
#nav .sf-menu {
float: left;
line-height: 1;
text-transform: uppercase;
width: 960px;
}
Alles anzeigen
-------------------------------------
ändern in
------------------------
Boxen Sidebar