hallo, bin ein anfänger und erreiche mit folgendem code nicht, dass beide hintergrundbilder angezeigt werden... es wird immer nur das erste (linke) angezeigt - im firefox wie im ie
seite unter http://swiss2.whosting.ch/rschwarz/versuch/index2.php
wie könnte es funktionieren? danke für die hilfe.
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.left {
background:url('img/left.jpg');
height:506px;
width:315px;
background-repeat: no-repeat;
}
.right {
background:url('img/right.jpg');
height:506px;
width:329px;
background-repeat: no-repeat;
}
-->
</style>
</head>
<body>
<div id="mainCenter" align="center">
<table bgcolor="" width="784" border="0" cellpadding="5" cellspacing="0">
<tr>
<td class="left" width="315" height="506" valign="top"></td>
<td width="140" valign="top">[img]img/blind.gif[/img][img]img/buttons/home_r.gif[/img]</td>
<td class="right" width="329" height="506" valign="top"> </td>
</table>
</body>
</html>
Alles anzeigen
[/url]