SELECT-Feld ohne scrollbar
paul
- html
Hi,
ich will ein ganz normales SELECT, etwa so:
<SELECT style="Height:120px;Width:150px;" MULTIPLE>
<option>ihbhhjb</option>
<option>ihbhhjb</option>
<option>ihbhhjb</option>
<option>ihbhhjb</option>
<option>ihbhhjb</option> </SELECT>
es soll aber ausgeklapt sein und OHNE scrollbars. im IE funzt obiges Beispiel. Im Firefox leider garnicht.
Gibt es eine andere Lösung?
Danke,
p.
Hi!
ich will ein ganz normales SELECT, etwa so:
<SELECT style="Height:120px;Width:150px;" MULTIPLE>
<option>ihbhhjb</option>
<option>ihbhhjb</option>
<option>ihbhhjb</option>
<option>ihbhhjb</option>
<option>ihbhhjb</option> </SELECT>
Das ist kein "normales" Select.
es soll aber ausgeklapt sein und OHNE scrollbars. im IE funzt obiges Beispiel. Im Firefox leider garnicht.
Gibt es eine andere Lösung?
Ja. s. http://de.selfhtml.org/html/formulare/auswahl.htm#listen - das Stichwort heisst "size".
Gruß aus Iserlohn
Martin