moin moin....
und zwar habe ich mal eine frage ich habe eine Navigation mit CSS gebastelt, bei machen im FireFox 8 wird eine andere Ansicht dargestellt. Jetzt wollte ich mal hier fragen ob es an meinen CSS oder HTML-Code liegt. Bei manchen schiebt der ein pixel runter.
CSS
#menuh a, #menuh a:visited, #menuh a:active { display : block; color : #626262; text-decoration : none; font-weight: bold; font-size : 13px; font-family : arial, sans-serif; padding-left : 20px; padding-right : 20px; padding-bottom : 0px; padding-top : 0px; border-left : 0 solid #fff; border-right : 0px; line-height : 39px; height : 42px; text-align : center; background-color : #fefefe; background-image : url(style/sy_navig_b1.jpg); }
#menuh a:hover { color : #ffffff; height : 42px; padding-top : 0; background-color : #48bde9; background-image : url(style/sy_navig_b2.jpg); background-repeat : repeat-x; background-position : left top; }
#menuh #designini a { color : #ffffff; height : 42px; padding-top : 0; background-color : #48bde9; background-image : url(style/sy_navig_b2.jpg); background-repeat : repeat-x; background-position : left top; }
HTML
<table border="0" cellpadding="0" cellspacing="0" id="menuh">
<tr>
<td><img src="style/sy_navig_trenner.jpg" width="2" height="39"></td>
<td><a href="?sy=web/uebersicht">Webhosting</a></td>
<td><img src="style/sy_navig_trenner.jpg" width="2" height="39"></td>
<td><a href="?sy=domain/info">Domain</a></td>
<td><img src="style/sy_navig_trenner.jpg" width="2" height="39"></td>
<td id="designini"><a href="?sy=teamspeak3/uebersicht">Teamspeak 3</a></td>
<td><img src="style/sy_navig_trenner.jpg" width="2" height="39"></td>
<td><a href="?sy=gameserver/uebersicht">Gameserver</a></td>
<td><img src="style/sy_navig_trenner.jpg" width="2" height="39"></td>
<td><a href="?sy=rechenzentrum/uebersicht">Rechenzentrum</a></td>
<td><img src="style/sy_navig_trenner.jpg" width="2" height="39"></td>
<td><a href="?sy=info/uebersicht">Information</a></td>
</tr>
</table>
Alles anzeigen