lulu: Firefox kann selectbox nicht öffnen

Beitrag lesen

Huhu doni

habe das Problem mal eingegrenzt:

<html>
<head>
<style type="text/css">
#topmenu select{
float:left;
}

#topmenu form{
 display: inline;
}
</style>
</head>
<body>
<div id="topmenu">
 <form>
  <select>
   <option>Garage auswählen</option>
   <option>Baschnagel</option>
   <option>Car 4 u</option>
  </select>
 </form>
</div>
</body>
</html>

Mmmh wie war das noch mit float und block bzw. inline-Elementen?

Vielleicht findest Du ja hier etwas dazu
http://www.w3.org/TR/CSS21/

oder ist es tatsächlich ein Fehler im Mozilla/bzw. Firefox?

Da musst Du Deine Layout wohl anders umsetzen damit es richtig angezeigt wird.
Wie wäre es mit float:right; ? ;-) *SCNR*

Viele Grüße

lulu

--
bythewaythewebsuxgoofflineandenjoytheday