Thomas J.S.: Opera 7.10 und html height:100%

Beitrag lesen

Hallo,

funz auch überall toll. nur mein Opera 7.10 Build 2840 stürzt beim Laden der Seite ab.

Selbe Version, selber Build, ich habe mit folgendem Code keine Probleme:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
 <title>Untitled</title>
 <style type="text/css">
 html, body { width:100%; }
 table {width:100%; height:100%; }
 </style>
</head>

<body>

<table cellspacing="0" border="1">
<tr><td>aaaaaa</td><td>bbbbbbbbbb</td><td>cccccccccc</td></tr>
</table>

</body>
</html>

Grüße
Thomas