Unser Weblog 1000ff hat ein neues Theme bekommen und sieht im Internet Explorer und Firefox gut aus, nur leider im Opera-Browser nicht.
- die Navigation ist nach oben gerutscht
- die Schriftgröße ist kleiner als in anderen Brwosern
Woran liegt's?
Hier der entsprechende Abschnitt aus dem Stylesheet:
ZitatAlles anzeigen#navi {
position:relative;
height: 26px;
width: 960px;
margin: 0px auto;
top: 19px;
text-align: center;
line-height: normal;
}
#nav {
list-style: none;
margin: 0 3px;
padding: 0px;
float: left;
clear:both;
}
#nav li {
float: left;
height: 26px;
background: url(images/navtabr.gif) top right no-repeat;
margin: 0 3px;
white-space: nowrap;
}
#nav .page_item a{
color: #13475f;
display: block;
background: url(images/navtabl.gif) top left no-repeat;
text-decoration: none;
padding: 0px 10px 0px 10px;
font: bold 12px Arial, Helvetica, sans-serif;
line-height: 26px;
}
Die ganze CSS-Datei gibt's hier: http://1000ff.de/wp-content/themes/curved-10/style.css
Wäre schön, wenn sich einer der Experten hier die Sache mal ansehen könnte.
Danke!