Hallo,
Mein Problem war es ursprünglich, ein Seitenlayout zu bekommen, in der man die Navigation wie auch den Inhalt unabhängig von einander scrollen können sollte. Das Problem habe ich mittlerweile noch nicht gelöst, habe aber eine potenzielle Lösung, die im Firefox funktioniert.
Meine Frage (jetzt unabhängig vom vorhergegangenen Problem) ist jetzt, warum der Internet-Explorer so einen Mist damit macht???
<html><head><title>Hauptseite</title></head>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<body>
<table style="width:100%;height:100%;">
<tbody style="height:100%;margin:0;">
<tr>
<td style="min-width:200px;overflow-y:scroll;padding:0;">Bla</td>
<td style="height:100%;padding:0;"><div style="overflow:scroll;max-height:100%;"><img src="logo.png"></div></td>
</tr></tbody>
</table>
</body></html>
body{
background-color:#343434;
color:orange;
margin:0;
padding:0;
border:0;
overflow:hidden;
}
Also, wieso geht das im IE (und im Opera übrigens auch) nicht nach meinen Vorstellungen, im Firefox aber schon?
Ich hoffe sehr auf Hilfe, denn bei sowas bin ich immer beim Verzweifeln...
Danke, Typhox