Hi,
folgende Zeilen werden mir nur im IE wie gewünscht dargestellt:
<html>
<head>
<title>Untitled</title>
</head>
<body>
<div style="display:inline; width: 100%; height: 100%; border: 1px solid #949e9c; background-color: #fffbff; padding: 10px;">
<table cellpadding="3" cellspacing="0" width="100%">
<tr>
<td colspan="2">Dies ist nur ein Test</td>
</tr>
</table>
</div>
</body>
</html>
ich sehe da keinen IE-speziellen bzw. nicht CSS-konformen Code.
Wer weiss rat?
Gruß
Vermeer