Hab nen Prob mit dem Navig

Dieses Thema im Forum "Webentwicklung" wurde erstellt von Synuxx, 15. Juni 2006 .

Schlagworte:
Status des Themas:
Es sind keine weiteren Antworten möglich.
  1. 15. Juni 2006
    Ich habe nen schönen rand und alles gezeichnet.
    Funtzt alles wunderbar.
    Mein Problkem ist nur das ich die abstände des tr nicht weg bekommen da sind spalten zwischen den einzelnen td. (Navigation, Navigation 1, Navigtion 11)

    http://soldat797.so.funpic.de/versuche/neu_tryforces

    kann das durch den background-repaet: no-repeat; passieren.
    wie kann ich denn auf heben (?background-repeat: repeat; )
     
  2. 15. Juni 2006
    Code:
    <tr ... cellspacing="0" cellpadding="0">Tabelleninhalt</tr>
    So gehts wech
     
  3. 15. Juni 2006
    edit:
    _____
    Klappt doch net.
    da is meine Tabelle stur.
    hab es eingefügt gespeichert und es hat nit gefuntzt.

    Code:
    <table cellspacing="0" cellpadding="0">
    hab ich schon drin und das funtzt


    Code:
    <tr ... cellspacing="0" cellpadding="0">
    funtzt net
     
  4. 15. Juni 2006
    Am besten ist es wenn du die Bilder table_right.gif, table_midlle_bg.gif und table_left.gif zusammfasst zB zu table_bg.gif.
    Dann kannst du dieser als hintergrund nehmen. Sprich
    Code:
    <tr>
     <td background="table_bg.gif">::Navigation::</td>
     </tr>
    Das Bild table_bg.gif kann ruhig nur 3 oder 4 Pixel hoch sein, es nimmt nachher die Höhe der Zelle an und füllt diese komplett aus.

    Hab es hier mal fertig gemacht:
    Code:
    <table border="0" cellspacing="0" cellpadding="0">
     <tr>
     <td class="nav_left"><img src="table_top.gif"></td>
     </tr>
     <tr>
     <td background="table_bg.gif">
     <b>
     <div align="center">
     :: Navigation ::
     </div>
     </b>
     </td>
     </tr>
     <tr>
     <td background="table_bg.gif">
     <b>
     <div align="center">
     :: Navigation 1 ::
     </div>
     </b>
     </td>
     </tr> 
     <tr>
     <td><img src="table_bottom.gif"></td>
     </tr> 
    </table>
    table_top.gif fasst die ganze obere Reihe zusammen.
    table_bg.gif ist ja oben beschrieben.
    table_bottom.gif fasst die ganze untere Reihe zusammen.
     
  5. 15. Juni 2006
    Ich hab mir mal die freiheit genommen es um zu schreiben. Ich hoffe du hast nichts dagegen
    Code:
    <div align="center">
    <table height="100%">
     <tr>
     <td>
     <table cellpadding="0" cellspacing="0">
     <tr>
     <td><img alt="" src="_=_TryForces_=_-Dateien/table_top_left.gif" height="30" width="20"></td>
     <td background="_=_TryForces_=_-Dateien/table_top_middle.gif" height="30"> </td>
     <td><img alt="" src="_=_TryForces_=_-Dateien/table_top_right.gif" height="30" width="20"></td>
     </tr>
     <tr>
     <td background="_=_TryForces_=_-Dateien/table_left.gif" width="20"></td>
     <td>
     <div align="center">
     <table>
     <tr align="center">
     <td><b>:: Navigation ::</b></td>
     </tr>
     <tr align="center">
     <td><b>:: Navigation 1 ::</b></td>
     </tr>
     <tr align="center">
     <td><b>:: Navigation 2 ::</b></td>
     </tr>
     </table>
     </div>
     </td>
     <td background="_=_TryForces_=_-Dateien/table_right.gif" width="20"></td>
     </tr>
     <tr>
     <td><img alt="" src="_=_TryForces_=_-Dateien/table_bottom_left.gif" height="30" width="20"></td>
     <td background="_=_TryForces_=_-Dateien/table_bottom_middle.gif"></td>
     <td><img alt="" src="_=_TryForces_=_-Dateien/table_bottom_right.gif" height="30" width="20"></td>
     </tr>
     </table>
     </div>
     </td>
     </tr>
    </table>
     
  6. 15. Juni 2006
    hey alta
    hab jetzt schon die erstere Version genommen....

    hat alles gefuntzt

    wer sich überzeugen will

    http://www.tryforces.de.vu
     
  7. 16. Juni 2006
    erledigt

    ~ closed ~
     
  8. Video Script

    Videos zum Themenbereich

    * gefundene Videos auf YouTube, anhand der Überschrift.