Nils: link hover macht probleme!?

Hallo! Auf meiner Homepage http://www.oc-power.de habe ich ein neues Design online gestellt. Jetzt ist es so, das bei einem Kumpel von mir im Menü oben (Artikel, Forum usw.) der mouseover effekt nicht richtig funktioniert.

Es sollte eigentlich so sein. User fährt über schriftzug Schrift bekommt eine andere Farbe + Hintergrundfarbe + Rahmen. Das ganze sollte dann zentriert in diesem Blauen hintergrundbild sein.

Bei mir passt es auch (Win XP mit IE 6.0 und Opera 7) Aber bei ihm (Win2k IE5.0) ist das ganze nicht zentriert, sondern pappt am oberen rand, so das es nicht Zentriert im Blauen bild ist, sondern oben am Rand anliegt und nach unten hin ca. 2px frei sind.

Ist das bei euch auch so? Und wisst ihr woran dieser Fehler liegen kann?

Hier mal ein Auszug aus dem CSS: .menu {     font-size: 8pt;     font-family: Arial;  width: 80; }

.menu:link { color: #FFFFFF; } .menu:visited { color: #FFFFFF; } .menu:hover { color : #CC9933; background-color : #99CCFF; padding : 3px; border : 1px solid #000000; text-decoration: none; }

und hier ein Auszug aus meiner Index Seite: <table cellpadding="0" cellspacing="0" border="0" width="1000" height="624">     <tr>         <td width="1000" height="80">             <!-- #include file="top.asp" -->         </td>     </tr>     <tr>         <td width="1000" height="26" valign="center">             <!-- #include file="menu.asp" -->         </td>     </tr> . . .

Und hier der auszug aus der includierten Menü Seite: <table cellpadding="0" cellspacing="0">     <tr>         <td width="1000" height="26" background="snippets/menubg.gif">         <!-- INHALT -->         <table width="1000" height="26" cellpadding="0" cellspacing="0">             <tr>                 <td width="1000" valign="center">                     <table width="1000" heigth="26" cellpadding="0" cellspacing="0">                            <tr>                                <td width="10">                                                                 </td>                                <td align="center">                                     <a href="index.asp" class="menu">Home</a>                                </td>                                <td align="center">                                      <font color="white">|</font>                                </td>                                <td align="center">                                     <a href="index.asp?strVirtPfad=/artikel/index.asp" class="menu">Artikel</a>                                </td>                                <td align="center">                                      <font color="white">|</font>                                </td>                                <td align="center">                                     <a href="index.asp?strVirtPfad=/tests/index.asp" class="menu">Tests</a>                                </td>                                <td align="center">                                      <font color="white">|</font>                                </td>                                <td align="center">                                     <a href="index.asp?strVirtPfad=/guides/index.asp" class="menu">Guides</a>                                </td>                                <td align="center">                                      <font color="white">|</font>                                </td>                                <td align="center">                                     <a href="forum/default.asp" target="_blank" class="menu">Forum</a>                                </td>                                <td align="center">                                      <font color="white">|</font>                                </td>                                <td align="center">                                     <a href="index.asp?strVirtPfad=/downloads/index.asp" class="menu">Downloads</a>                                </td>                                <td>                                      <font color="white">|</font>                                </td>                                <td width="480">                                                                     </td>                                <td align="center">                                    <a href="index.asp?strVirtPfad=/kontakt/index.asp" class="menu"><font color="#000000">Kontakt</font></a>                                </td>                                <td>                                    |                                </td>                                <td align="center">                                    <a href="index.asp?strVirtPfad=/sitemap/index.asp" class="menu"><font color="#000000">Sitemap</font></a>                                </td>                                <td width="10">                                                                     </td>                            </tr>                     </table>                 <td>             </tr>         </table>         <!-- ENDE INHALT -->         </td>     </tr> </table>

Dankeschön im Voraus. Ich hoffe ihr könnt mir weiterhelfen.

Gruß Nils

  1. HI,

    gib deinen Links vielleicht mal "height" damit du die volle Höhe ausnutzt.

    Vielleicht hilfts.

    Rene

    1. ich habs jetzt mal probiert, allerdings kann ich erst heute abend sehen obs was bringt, weil ich hier auf der arbeit keinen Rechner finde, bei dem es anfangs falsch angezeigt wurde... sehr sehr merkwürdig.

      Aber danke für den Tipp!

      Gruß
      Nils