Cytat
Przykladowo , ale akurat chodzilo mi o rozciaganie pionowe " height = 100% "
[xml:1:815256f2e4]<html>
<head>
<title></title>
<style>
*, html, body {height:100%}
table {height:100%;background-color:red}
</style>
</head>
<body>
<table>
<tbody>
<tr>
<td>test</td>
</tr>
</tbody>
</table>
</body>
</html>[/xml:1:815256f2e4]
Cytat
od html 4.01 jest to juz niepoprawne .
Nie, od HTML-a 1.0 jest to niepoprawne. Nigdy w specyfikacji nie bylo takiego atrybutu.