finde den fehler nicht

  • Hallo zusammen

    Ich hab bei meiner kleinen horizontalen Navi ein Problem...
    Das erste bild mit dem ersten link vervielfacht sich immer wieder, doch hab kA wieso, kann mir da wer sagen was falsch ist?
    seite: http://www.asiachan.com

    Danke

    Hier der Quelltext zur navi:
    <td style="background:url(images/link1.gif); width:123px; height:47px;">
    </td>
    <td style="background:url(images/link2.gif); width:123px; height:47px;">
    </td>
    <td style="background:url(images/link3.gif); width:123px; height:47px;">
    </td>
    <td style="background:url(images/link4.gif); width:123px; height:47px;">
    </td>
    <td style="background:url(images/link5.gif); width:123px; height:47px;">
    </td>
    <td style="background:url(images/link6.gif); width:123px; height:47px;">
    </td>
    <td style="background:url(images/link7.gif); width:123px; height:47px;">
    </td>

  • moin,
    probier mal so:

    Code
    <td style="background:url(images/link1.gif); width:123px; height:47px; background-repeat:no-repeat;">


    so müsste es eigentlich gehen.
    mfG
    wurmax

  • Statt link1.gif, link2.gif... zu nehmen benutzt du jedesmal als Link das gleiche Bild (spacer.gif).

    Code
    <td style="width:123px; height:47px;"> 
    [url='index.php?site=challenge'][img]images/link1.gif[/img][/url]</td>

    Gruß
    Kathrin