Heeft iemand enig idee waarom de volgende code in internet explorer wel werkt, maar niet in netscape????
<html>
<head>
<title>Click Here</title>
</head>
<body>
<span id="myLayer" style="position:absolute; visibility: hidden;">
<table border=0 width=150 cellspacing=0 bgcolor=#000000>
<tr>
<td>
<div>
<table border=0 width=100% bordercolor=#C0C0C0 bgcolor=#DBDBDB cellspacing=0>
<tr>
<td bgcolor=#000000>
<b>
<font color=#FFFFFF>Klinische</font>
</b>
</td>
</tr>
<tr>
<font color=#000000>
<td bgcolor=#FFFFFF>- bla</font>
</td>
</tr>
<tr>
<td bgcolor=#DBDBDB><font color=#000000>- <a href="http://www.tweakers.net">bla bla</a></font>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</span>
</body>
</html>
<html>
<head>
<title>Click Here</title>
</head>
<body>
<span id="myLayer" style="position:absolute; visibility: hidden;">
<table border=0 width=150 cellspacing=0 bgcolor=#000000>
<tr>
<td>
<div>
<table border=0 width=100% bordercolor=#C0C0C0 bgcolor=#DBDBDB cellspacing=0>
<tr>
<td bgcolor=#000000>
<b>
<font color=#FFFFFF>Klinische</font>
</b>
</td>
</tr>
<tr>
<font color=#000000>
<td bgcolor=#FFFFFF>- bla</font>
</td>
</tr>
<tr>
<td bgcolor=#DBDBDB><font color=#000000>- <a href="http://www.tweakers.net">bla bla</a></font>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</span>
</body>
</html>