ich arbeite gerade an dem Template für die Website von Montary City. Und hab da mal ein Problem, und zwar eine freie Fläche, die da nicht sein dürfte (hier mal grün und rot eingefärbt). Das Problem gibt es nur im Firefox, nicht aber im Internet Explorer...

Der Code dazu ist der folgende:
Code: Alles auswählen
<!doctype html public "-//w3c//dtd xhtml 1.0 strict//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-strict.dtd">
<head>
<title>Montary City | Roldem's Golden Heart</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8;" />
<style type="text/css">
* {font-family:arial;}
img.nullborder {border:0px;padding:0px;}
a.topmenu {color:#fff;font-weight:bold;text-decoration:none;}
</style>
<base target="_top" />
</head>
<body style="background:#fff;margin:0px;">
<table style="width:800px;height:600px;border:0px;border-spacing:0px;" cellpadding="0" cellspacing="0">
<tr>
<td style="width:800px;height:20px;padding-right:10px;background-color:#4b3921;text-align:right;vertical-align:center;font-size:8pt;" colspan="2">
<a href="index.php?page=" class="topmenu">NEWS</a>
<a href="index.php?page=" class="topmenu">MENÜPUNKT II</a>
<a href="index.php?page=" class="topmenu">MENÜPUNKT III</a>
<a href="index.php?page=" class="topmenu">MENÜPUNKT IV</a>
<a href="index.php?page=" class="topmenu">MENÜPUNKT V</a>
<a href="index.php?page=" class="topmenu">MENÜPUNKT VI</a>
</td>
</tr>
<tr>
<td
style="width:225px;height:330px;">
<a href="/"><img src="img/template/homegfx.jpg" width="225"
height="330" alt="Montary City | Roldem's Golden Heart"
class="nullborder" /></a></td>
<td style="width:575px;height:330px;">
<img src="img/template/foto_platzhalter.jpg" width="575" height="330"
alt="Platzhaltergrafik" class="nullborder" /></td>
</tr>
<tr>
<td
style="width:225px;height:250px;padding-top:17px;padding-left:15px;padding-right:20px;background-color:#c6be99;text-align:left;vertical-align:top;font-size:9pt;">
News // Submenü</td>
<td
style="width:575px;height:250px;padding-top:17px;padding-left:15px;padding-right:20px;background-color:#fff;text-align:left;vertical-align:top;font-size:11pt;">
<h1>Holla...</h1><br />
... die Waldfee!</td>
</tr>
</table>
</body>
</html>