Hallo Markus!
Ja, das funktioniert z. B. bei Eingabefeldern, auch bei Netscape4.7
Ich wäre aber auch schon froh über eine Lösung, die nur unter dem neuen Explorer funktioniert.
Falls du das noch ließt:
das geht zumindest bis NS4.6 nicht:
<html>
<head>
<title>Test 4</title>
<style type="text/css">
#abc {
position:absolute;
top:0px;
left:0px;
width:100px;
height:50px;
background-color:orange;
border:none;
z-index:5;
}
</style>
</head>
<body>
<div id="abc">test test tes test test</div>
<form>
<input type="Text" name="" size="20"><br>
</form>
</body>
</html>
Grüße
Thomas