Apparently this doesn't work:
select[multiple]{
height: 100%;
}
it makes the select have 100% page height...
auto doesn't work either, I still get the vertical scrollbar.
Any other ideas?

|
Apparently this doesn't work:
it makes the select have 100% page height...
Any other ideas?
|
|||||
|
|
You can only do this in Javascript/JQuery, you can do it with the following JQuery (assuming you've gave your select an id of multiselect):
|
|||||
|
|
I guess you can use the size attribute. It works in all recent browsers.
|
|||||||||
|
|
The way a select box is rendered is determined by the browser itself. So every browser will show you the height of the option list box in another height. You can't influence that. The only way you can change that is to make an own select from the scratch. |
|||
|
|
|
You can do this by size attributes in select tag. Assume that you have 8 options then u will do it like
|
|||
|
|
|
friends: if you retrieve de data from a DB: you can call this $registers = *_num_rows( Result_query ) then
|
|||
|
|