Hallo ich hab mich jetzt 2 Tage mit diesem Problem beschäftigt aber keine Lösung gefunden.
Mein Problem ist das im Firefox in der Navigation meiner Seite (http://www.kuhnandfriends.de.vu) ein Paar pixel zuviel angezeigt werden.
Hier der Stylesheet code:
Code
div {
border: 3px solid #FF9900;
width: auto;
height: 100%;
text-align: center;
padding: 2px;
margin: 0;
}
#menu {
height: 725;
padding: 0;
margin: 0;
}
#menu ul {
text-align: center;
padding: 0px;
margin: 0px 0px 0px 0px;
}
#menu li {
list-style: none;
display: inline;
padding: 0px;
margin: 0px 0px 0px;
text-align: center;
}
#menu a {
color: #B4DA67;
font-size: 14px;
display: block;
float: left;
padding: 3px 0px 3px 0px;
border: 2px solid #668cb2;
margin: 0px 1px 0px 1px;
width: 128px;
text-align: center;
}
#menu a:link {
color: #B4DA67;
padding: 3px 4px 3px 4px;
border: 2px solid #607834;
border-color: #CFDFAF #363F16 #363F16 #cfdfaf;
background-color: transparent;
text-decoration: none;
}
#menu a:visited {
color: #B4DA67;
padding: 3px 4px 3px 4px;
border: 2px solid #607834;
border-color: #CFDFAF #363F16 #363F16 #CFDFAF;
background-color: transparent;
text-decoration: none;
}
#menu a:hover {
color: #B4DA67;
padding: 4px 3px 2px 5px;
border: 2px inset #607834;
border-color: #363F16 #CFDFAF #CFDFAF #363F16;
background-color: transparent;
text-decoration: none;
}
#menu a:active {
color: #C9D98A;
background-color: transparent;
text-decoration: none;
}
Alles anzeigen
Und hier der von meiner Homepage:
Code
<tr>
<td valign="middle" align="center">
<table border="0" align="center" width="100%">
<tr align="center">
<td valign="middle" id="menu" height="100%">
<div style="float:left;"><ul>
[*]
[url='index.html']News[/url]
[*]
[url='sites/bilder.html']Bilder[/url]
[*]
[url='sites/forum.html']Forum[/url]
[*]
[url='sites/evangelischejugend.html']EJ[/url]
[*]
[url='sites/gb.html']Gästebuch[/url]
[/list]</div>
</td>
</tr>
</table>
</td>
</tr>
Alles anzeigen
Ich hoffe ihr könnt mir dabei Helfen, denn ich bin hier sehr hilflos weil ich keine Ahnung habe woran des noch liegen könnte