martindavey
Programmer
The following short example works on IE, but on NS the input text field doesn't appear??????
<html>
<head>
<style type="text/css">
</style>
</head>
<body>
<form>
<div id="firstname" style="position:absolute; top:180px; left:25px; z-index:0;">
<table border="1">
<tr>
<td>
First Name<input type="text">
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
<html>
<head>
<style type="text/css">
</style>
</head>
<body>
<form>
<div id="firstname" style="position:absolute; top:180px; left:25px; z-index:0;">
<table border="1">
<tr>
<td>
First Name<input type="text">
</td>
</tr>
</table>
</div>
</form>
</body>
</html>