Tablle height="100%"

Dieses Thema im Forum "Webentwicklung" wurde erstellt von Mr.Clear, 29. Juni 2006 .

Status des Themas:
Es sind keine weiteren Antworten möglich.
  1. 29. Juni 2006
    Sers Leute!
    Hab eig scho genug Websites gemacht um solche Probs zu lösen,
    nur bin grad am verzweifeln ^^
    Sonst geht das eig immer, grad is aber irgendwie der Wurm drin...
    Hab mei Problem mal vereinfacht:

    Code:
    <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
     <tr>
     <td width="100%" height="100%" align="center" valign="top">
    
     <table width="178" height="100%" border="0" cellspacing="0" cellpadding="0">
     <tr height="100%">
     
     <td width="150" height="100%" valign="top" bgcolor="#99CC33">&nbsp;</td>
     
     <td width="28" height="100%" valign="top">
     <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
     <tr>
     <td height="46" bgcolor="#FFFFFF">&nbsp;</td>
     </tr>
     <tr height="100%">
     <td height="100%" bgcolor="#0000FF">&nbsp;</td>
     </tr>
     </table>
     </td>
     
     </tr>
     </table>
     </td>
     </tr>
    </table>
    
    Will da eig nur dass sich diese 3 Flächen über das ganze Fenster in der Höhe erstrecken.
    In meiner Verzweiflung hab ich überall mal height="100%" hingemacht ^^

    Naja, müsst eig einfach zu lösen sein *g*

    Mfg, me!
     
  2. 1. Juli 2006
    mach mal in den head noch:

    Code:
    <style type="text/css">
    <!--
    body {
     margin-left: 0px;
     margin-top: 0px;
     margin-right: 0px;
     margin-bottom: 0px;
    }
    -->
    </style>
    
     
  3. 4. Juli 2006
    hilft nix :-(

    seltsam dass, das nicht geht?
    why not?
    Hepl, i need somebody Help! ;-)
     
  4. 4. Juli 2006
    Naja, nicht wirklich überall..
    In der obersten Tabelle (vom Rang her die oberste) ist ja nix drin, ausser noch eine Tabelle.
    Und diese ist halt von dir auf 46 px begrenzt.

    Mch da auch mal 100% hin, mal sehen was passiert :]

    hans-pedda
     
  5. 5. Juli 2006
    So, ez gehts
    Thx @all!
    10er verteilt


    Hier für interessierte ^^

    Code:
    <html>
    <head>
    </head>
    <body marginheight="0" marginwidth="0">
    <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
     <tr height="100%">
     <td width="100%" height="100%" align="center" valign="top">
     <table width="178" height="100%" border="0" cellspacing="0" cellpadding="0">
     <tr height="100%">
     <td width="150" height="100%" valign="top" bgcolor="#99CC33">&nbsp;</td>
     <td width="28" height="100%" valign="top">
     <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
     <tr height="46">
     <td height="46" bgcolor="#FFFFFF">&nbsp;</td>
     </tr>
     <tr height="100%">
     <td height="100%" bgcolor="#0000FF">&nbsp;</td>
     </tr>
     </table>
     </td>
     </tr>
     </table>
     </td>
     </tr>
    </table>
    </body>
    </html>
    
    Mfg
     
  6. Video Script

    Videos zum Themenbereich

    * gefundene Videos auf YouTube, anhand der Überschrift.