Ich hab nun was gefunden aber das geht nur in Internet Expolorer wie mach ich das das nun in beiden Browsern geht?
Beispiel: http://main.web.my-ct.de/spiky/test/index.html
<html>
<head>
<title>Neue Seite 1</title>
</head>
<body>
<div align="center">
<table border="0" width="250" cellspacing="0" cellpadding="0" height="500" id="table1">
<tr>
<td height="20" width="20" style="background-image: url('lo.gif'); background-repeat: no-repeat; background-attachment: fixed"> </td>
<td height="20" style="background-image: url('o.gif'); background-repeat: repeat-x; background-attachment: fixed"> </td>
<td height="20" width="20" style="background-image: url('ro.gif'); background-repeat: no-repeat; background-attachment: fixed"> </td>
</tr>
<tr>
<td width="20" style="background-image: url('l.gif'); background-repeat: repeat-y; background-attachment: fixed"> </td>
<td style="background-image: url('b.gif'); background-repeat: repeat; background-attachment: fixed"> </td>
<td width="22" style="background-image: url('r.gif'); background-repeat: repeat-y; background-attachment: fixed"> </td>
</tr>
<tr>
<td height="20" width="20" style="background-image: url('lu.gif'); background-repeat: no-repeat; background-attachment: fixed"> </td>
<td height="20" style="background-image: url('u.gif'); background-repeat: repeat-x; background-attachment: fixed"> </td>
<td height="20" width="20" style="background-image: url('ru.gif'); background-repeat: no-repeat; background-attachment: fixed"> </td>
</tr>
</table>
</div>
</body>
</html>