AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Programmierung allgemein Programmieren allgemein [HTML/CSS] Probleme mit einer Tabelle
Thema durchsuchen
Ansicht
Themen-Optionen

[HTML/CSS] Probleme mit einer Tabelle

Ein Thema von xZise · begonnen am 9. Okt 2006 · letzter Beitrag vom 12. Okt 2006
 
Benutzerbild von xZise
xZise

Registriert seit: 3. Mär 2006
Ort: Waldbronn
4.303 Beiträge
 
Delphi 2009 Professional
 
#1

[HTML/CSS] Probleme mit einer Tabelle

  Alt 9. Okt 2006, 14:48
Ich habe folgenden Code:
Code:
    <table cellspacing="0" id="down_table">
     <tr>
       <td id="down_title" nowrap="nowrap">
          <table border=0 cellspacing=2 cellpadding=0><tr>
            <td id="down_titletext">[b]Download für andere DevProject Manager Versionen[/b]</td>
          </table>
        </td>
     </tr>
     <tr>
       <td id="down_cell">
          <table class="FileListTable">

         
          <tr>
            <td class="FileListCellTitle">Dateiname</td>  
            <td class="FileListCellTitle">Version</td>
            <td class="FileListCellTitle" style="text-align:center;">Größe</td>  
            <td class="FileListCellTitle" style="text-align:center;">Upload</td>  
            <td class="FileListCellTitle">Kompatibel mit</td>
            <td class="FileListCellTitle">Anmerkungen</td>
          </tr>
      
         
          <tr>
            <td class="FileListCellText" nowrap="nowrap">[url="../files/phpPlugin.4.zip"]phpPlugin.4.zip[/url]</td>
            <td class="FileListCellInfo">0.2 beta 2</td>
            <td class="FileListCellInfo" nowrap="nowrap">268 KB</td>
            <td class="FileListCellInfo" nowrap="nowrap">08.10.2006</td>
            <td class="FileListCellInfo">1.3.4.0</td>
            <td class="FileListCellDesc">keine Weiterentwicklung</td>
            </tr>
          </table>
        </td>
      </tr>
    </table>
Und im CSS:
Code:
#down_table_not100 {border:1px solid #88aa88;}
#down_table {border:1px solid #88aa88;width:100%;}
Würde ich jetzt statt #down_table die #down_table_not100 nehmen, dann fehlen die äußeren Border. (Im Firefox)
Aber komischerweise nur dann, wenn ich es über das Internet angucke. Im AlphaStudio oder direkt von der Festplatte zeigen sich so wie sie sollen.
Fabian
Eigentlich hat MS Windows ab Vista den Hang zur Selbstzerstörung abgewöhnt – mkinzler
  Mit Zitat antworten Zitat
 


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 06:16 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz