Вниз
Скачать: CL | DM;

HTML - растянуть по вертикали.   Найти похожие ветки 

 
vidiv ©   (2006-11-27 10:45) [0]

Можно ли сделать таблицу высотой во весь доступный экран (клиентская часть браузера) вписываясь в стандарт XHTML ?


 
Алхимик ©   (2006-11-27 11:06) [1]

http://www.gotdotnet.ru/Forums/Web/343732.aspx

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<style type="text/css">
<!--
*{
padding:0px;
margin:0px;
}
html{
height:100%;
}

body {
height:100%;
}
table {
height:100%;
}
-->
</style>
</head>

<body>
   <table border="1">
       <tr>
         <td>Hello</td>
       </tr>
     </table>
</body>
</html>



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.026 c
15-1164439066
Shopot
2006-11-25 10:17
2006.12.17
2 операционки на 1 компе.


15-1164532855
ArtemESC
2006-11-26 12:20
2006.12.17
Государственный форум...


2-1164689108
Silica
2006-11-28 07:45
2006.12.17
Рисование многоугольников в Delphi


2-1164977633
Basis
2006-12-01 15:53
2006.12.17
TreeView


2-1164618841
alex810
2006-11-27 12:14
2006.12.17
DBVhart




   Наверх