Ich habe ein Problem mit der Darstellung meiner Website durch Firefox. Das Problem sieht so aus:
IE:
FF:
Sry Bilder wurden auf unterschiedlichen Pc´s aufgenommen
Wieder zum Problem:
Wie man sieht stelt Firefox die Seite einfach nicht richtig da, besonders die Navigationsleiste find ich schlimm. Mit dem Rest könnte ich leben. Könntet ihr euch bitte mal den Quellcode angucken und mir verraten was ich falsch mache?
Ich habe den dazugehörigen Abschnitt der CSS datei auch noch hochgeladen.
Hier der Quellcode der Navigationsleiste:
<html>
<head>
<title></title>
<link rel="stylesheet" type"text/css" href="formate.css"></link>
<style type="text/css">
<!--
a:link {
color: #9F9F9F;
text-decoration: none;
}
a:visited{
color: #9F9F9F;
text-decoration: none;
}
a:active {
color: #9F9F9F;
text-decoration: none;
}
a:hover {
font-weight: 900;
text-decoration: underline;;
color: #FFFFFF;
}
-->
</style>
</head>
<body>
<table class="navi">
<tr><td><a href="home.html" target="home"> Home </a></td></tr>
<tr><td><a href="n_archiv.html" target="home"> News-Archiv </a></td></tr>
</table>
<table class="navi">
<tr><td><a href="mannschaft.html" target="home"> Die Mannschaft </a></td></tr>
<tr><td><a href="rasenplatz2.html" target="home"> Rasenplatz </a></td></tr>
<tr><td><a href="jan08.html" target="home"> Kalender </a></td></tr>
<tr><td><a href="jugend.html" target="home"> Jugendarbeit </a></td></tr>
</table>
<table class="navi">
<tr><td><a href="vbeziehungen.html" target="home"> Vereinsbeziehungen </a></td></tr>
<tr><td><a href="gaestebuch.php" target="home">Gästebuch</a></td></tr>
<tr><td><a href="kontakte.html" target="home"> Kontakte </a></td></tr>
<tr><td><a href="impressum.html" target="home"> Impressum </a></td></tr>
</table>
<table class="navi2">
<tr>
<td align="left"><font color="003080"><a href="/admin.php" target="_blank"> </a></font></td>
<td align="right"><font color="#FFFFFF">Stand: 23.12.2007</font></td>
</tr>
</table>
<hr color="#000000">
</body>
</html>
Und der dazugehörige Quellcode der CSS Datei:
.navi {
border-style: groove;
background-color: #003080;
text-color: #FFFFFF;
width: 100%;
border-color: #003080;
}<!-- Navigationstabelle -->
.navi2 {
border-style: groove;
background-color: #003080;
width: 100%;
border-color: #003080;
font-size: 12;
text-align: right;
}<!-- Navigationstabelle für Aktualisierung -->
Ich muss dabei sagen das die CSS datei nicht von mir stammt sondern von einem Freund, der die Website mitgestaltet.
Ich hoffe ihr könnt mir helfen^^
lg, Sebastian
