CSS Problem Hintergrundfarbe TR

Status
Nicht offen für weitere Antworten.
Du solltest die Links der Top-Navigation auch in die Tabelle packen, vor der sie momentan im Quellcode notiert sind.

Code:
<table border="0" cellpadding="0" cellspacing="0" width="100%">	
    <tbody>
        <tr>
             <td height="2"></td>
        </tr>
        <tr class="NaviBackground">
             <td>
                 <a href="http://www.berlintex.de/index.php" class="naviTopLinks">home</a> | <a class="naviTopLinks" href="http://www.berlintex.de/themes/topnavi/index.php?id=1">Impressum</a> | <a class="naviTopLinks" href="http://www.berlintex.de/themes/topnavi/index.php?id=10">AGB</a> | <a class="naviTopLinks" href="http://www.berlintex.de/themes/kontakt/index.php?menueId=8">Kontakt</a> | <a class="naviTopLinks" href="http://www.berlintex.de/themes/topnavi/index.php?id=12">Versandkosten</a> | <a class="naviTopLinks" href="http://www.berlintex.de/themes/topnavi/index.php?id=14">Qualität</a> |
             </td>			
        </tr>
    </tbody>
</table>
Dann klappt's auch mit dem CSS im Firefox ;)
 
Status
Nicht offen für weitere Antworten.
Zurück