Spiky: Tabelle

hi ich such seid stunden nach hilfe . . .

Und zwar geht es darum das ich ne seite habe und die Vavigation aus einer tabelle und EINEM hintergrund bild besteht und sobald ich mehr link hinzufüge wird das bild nach unten wiederholt . . .

Nun wurde mir gesagt das ich die ränder machen soll d.h. 4 stück und dann ein bild das sich dann in der mitte widerholt dann wäre es egal wenn die navigation länger wird denn sie würde mitwachsen . . .

Nur wie geht das denn jetzt ? ich finde einfach nichts darüber weil ich nicht weiß wie man das nennt . . .

Ich hoffe mir kann da einer helfen . . .

  1. Hello out there!

    Nur wie geht das denn jetzt ?

    Wie geht was jetzt? Was willst du erreichen? Dass sich das Hintergrundbild nicht wiederholt? http://de.selfhtml.org/css/eigenschaften/hintergrund.htm#background_repeat@title=background-repeat

    See ya up the road,
    Gunnar

    --
    “Remember, in the end, nobody wins unless everybody wins.” (Bruce Springsteen)
    1. Ich hab nun was gefunden aber das geht nur in Internet Expolorer wie mach ich das das nun in beiden Browsern geht?

      Beispiel: http://main.web.my-ct.de/spiky/test/index.html

      <html>
        <head>
          <title>Neue Seite 1</title>
        </head>
        <body>
          <div align="center">
            <table border="0" width="250" cellspacing="0" cellpadding="0" height="500" id="table1">
              <tr>
                <td height="20" width="20" style="background-image: url('lo.gif'); background-repeat: no-repeat; background-attachment: fixed">&nbsp;</td>
                <td height="20" style="background-image: url('o.gif'); background-repeat: repeat-x; background-attachment: fixed">&nbsp;</td>
                <td height="20" width="20" style="background-image: url('ro.gif'); background-repeat: no-repeat; background-attachment: fixed">&nbsp;</td>
              </tr>
              <tr>
                <td width="20" style="background-image: url('l.gif'); background-repeat: repeat-y; background-attachment: fixed">&nbsp;</td>
                <td style="background-image: url('b.gif'); background-repeat: repeat; background-attachment: fixed">&nbsp;</td>
                <td width="22" style="background-image: url('r.gif'); background-repeat: repeat-y; background-attachment: fixed">&nbsp;</td>
              </tr>
              <tr>
                <td height="20" width="20" style="background-image: url('lu.gif'); background-repeat: no-repeat; background-attachment: fixed">&nbsp;</td>
                <td height="20" style="background-image: url('u.gif'); background-repeat: repeat-x; background-attachment: fixed">&nbsp;</td>
                <td height="20" width="20" style="background-image: url('ru.gif'); background-repeat: no-repeat; background-attachment: fixed">&nbsp;</td>
              </tr>
            </table>
          </div>
        </body>
      </html>

      1. Hello out there!

        wie mach ich das das nun in beiden Browsern geht?

        In welchen _beiden_?

        Beispiel: http://main.web.my-ct.de/spiky/test/index.html

        Enn du willst, dass sich da jemand ansieht, musst du das verlinken. (Da dort z.Z. nichts zu sehen ist, spar ich mir das mal.)

        <html> […]

        Die http://de.selfhtml.org/html/allgemein/grundgeruest.htm#dokumenttyp@title=DOCTYPE-Angabe fehlt.

        Die Vermischung von missbilligten HTML-Attributen und ebenso bösen style-Attributen macht deinen Quelltext zum Quältext.

        Beschäftige dich eingehend mit http://de.selfhtml.org/css/@title=CSS.

        See ya up the road,
        Gunnar

        --
        “Remember, in the end, nobody wins unless everybody wins.” (Bruce Springsteen)
        1. ja in css pack ich das später sonst hätte ich die auch posten müssen . . .

          Ich möchte das es auch in Mozilla Firefix geht im Internet Expolorer geht die seite die ich oben angegeben habe bz.w ist da ja nur ne tabelle . . .