Hi!
Folgendes Konstrukt bringt dir im Mozilla, Firefox und Netscape ein transparentes Dropdown - wenn es allerdings ausgewählt wird, wird der Hintergrund grau.
Der IE und Opera ignorieren die Angabe...
<html>
<head>
<title>Test</title>
<style type="text/css">
body {background-image:url(./logo.gif);}
select {background-color:transparent;}
</style>
</head>
<body>
<select>
<option>1111111111111111111111</option>
<option>2222222222222222222222</option>
</select>
</body>
</html>
Gruß
Martin