Hallo,
habe das Problem auch einmal gehabt. Bei mir läuft es jetzt unter IE und NS. Habe das mit CSS gemacht. Versuche einmal dein Bild einzufügen...Vielleicht klappt es ja.
Habe das Scipt getestet und es funktioniert bei mir.
Statt width="500" gib halt deine Bildbreite an.
<html>
<head>
<title></title>
<meta name="author" content="DTD-Webdesign 2000">
<meta name="generator" content="Ulli Meybohms HTML EDITOR">
<style type="text/css">
<!--
body {
background-image:url(images/bg3.jpg);
}
.bigtable {
background-image:url(images/blitz1_2.jpg);
background-repeat:no;}
-->
</style>
</head>
<body >
<table width="500" class="bigtable">
<tr><td> Test<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</td></tr>
</body>
</html>
Gruß
Harald