Hi!
Kann mir jemand sagen, warum der IE diese 3spaltige Tabelle nicht richtig anzeigen will? Im Firefox ist alles ganz perfekt.
Oder alternativ: kann mir jemand sagen, wie ich das umschreiben soll, damit es in beiden Browsern vernünftig angezeigt wird?
ZitatAlles anzeigen<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>neue chinesische Seite</title><link rel="stylesheet" type="text/css" href="css.css" />
</head>
<div>
<map name="Mandarin">
<area shape="rect" coords="83,36,157,58" href="index.html" alt="Home">
<area shape="rect" coords="252,29,346,51" href="bilder.html" alt="Bilder">
<area shape="rect" coords="176,92,268,113" href="reisen.html" alt="Reisen">
<area shape="rect" coords="391,111,463,133" href="links.html" alt="Links">
<area shape="rect" coords="455,54,536,77" href="texte.html" alt="Texte">
<area shape="rect" coords="570,11,682,33" href="freunde.html" alt="Freunde">
<area shape="rect" coords="581,114,730,136" href="http://www.guestbook-light.de/8646/book.html" alt="Gästebuch">
</map>
</div><div align="center">
<table style="table-layout:fixed"><tr>
<td colspan="3" style="width:800px">
</td>
</tr><tr>
<td style="width:80px; background-image:url(pageimages/chinacol.JPG); background-repeat:repeat-y"></td><td style="width:640px">
INHALT ....Noch mehr INHALT
INHALT ....
Noch mehr INHALT
INHALT ....Noch mehr INHALT
INHALT ....
Noch mehr INHALT
INHALT ....Noch mehr INHALT
INHALT ....
Noch mehr INHALT
</td>
<td style="width:80px; background-image:url(pageimages/chinacol.JPG); background-repeat:repeat-y"></td>
</tr><tr>
<td colspan="3" style="width:800px">
</td>
</tr></table>
</div>
</body>
</html>
Ich danke im Voraus!
- Yuki