Sebastian: Layer (<div>) soll über <select>

Beitrag lesen

Hi,

kennt ihr das Problem?

<html>
<head>
 <title>Unbenannt</title>
</head>
<body>
<div style="position:absolute;  top:0px; left:0px; z-index:100; width:200;height:400;background-color:#000000">
<table cellspacing="2" cellpadding="2" border="0" height="400" bgcolor="red">
<tr><td>1</td><td>2</td></tr><tr><td>3</td><td>4</td></tr></table>
</div>
<form>
<select name="test">
</select>
</form>
</body>
</html>

?

Was kann man dagegen tun?

Grüsse, Sebastian