Sven: Browser-Abfrage

Beitrag lesen

Die eigentliche Navi wird durch das Wordpress Plugin Navigo generiert, daher steht dort als code auch auch nur:

<?php if(function_exists('navigo')) navigo('collapse=true&sort_column=post_title'); ?>

Bei IE ist zwischen den Zeilen sehr viel Abstand, aber Firefox quetscht die Navipunkte zusammen.

Denke mal, dass wird irgendwas beim Plugin sein, aber mit der CSS kann ich sicherlich dagegen steuern oder?

#topic {
 position: absolute;
 left: 50px;
 top: 145px;
 width: 199px;
 background-color: #666666;
}

#topic a {
 display: block;
 color: #ffffff;
 text-decoration: none;
        border-bottom: 1px solid #C9C9C9;
 padding: 0px;
 margin: 3px 20px 3px 0px;
 text-transform: uppercase;
 font-size: 10px;
}

#topic p {
 text-align: center;
}

#topic p a {
 border-bottom: none !important;
}

#topic a:hover, #topic a.active {
 color: #C9C9C9;
}

#topic h1 {
 padding: 9px 20px 9px 20px;
 background-color: #4A4A4A;
 font-size: 100%;
 font-weight: bold;
 color: #ffffff;
 letter-spacing: 1px;
 text-transform: uppercase;
 margin: 0px;
}

#topic a  müsste es dann sein, da es sich schließlich um Links handelt.

Gruß,
Sven