Removing the scroll bar from a select element.

Posted by Darrell Brogdon on Stack Overflow See other posts from Stack Overflow or by Darrell Brogdon
Published on 2010-05-22T23:04:38Z Indexed on 2010/05/22 23:10 UTC
Read the original article Hit count: 168

Filed under:

Is there a way to remove the scroll bar in a select element with the 'multiple' attribute enabled?

<select name="test" multiple>
    <option value="foo">Foo</option>
    <option value="bar">Bar</option>
    <option value="baz">Baz</option>
</select>

© Stack Overflow or respective owner

Related posts about html