Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Table has same height with the browser screen size
Message
De
08/08/2006 03:02:58
 
 
À
Tous
Information générale
Forum:
Internet
Catégorie:
HTML
Titre:
Table has same height with the browser screen size
Divers
Thread ID:
01143706
Message ID:
01143706
Vues:
58
I try to make the height of the table in my webpage same with the browser screen size. Below is my code.
<Body>
<Table width="100%" height="100%">
     <tr height="100%">
          <td height="100%">......  </td>
          <td height="100%">......  </td>
     </tr>
</Table>
</Body>
But the code above does not have effect. Who knows the right way to do it? Please advise.
Thanks.
Répondre
Fil
Voir

Click here to load this message in the networking platform