1

I wonder if their's a way to limit the display or height of a select tag.

This is an image of what I want it to look like

http://i192.photobucket.com/albums/z73/shut2kill/1-4_zpsa7388db7.png

I don't mind if it's Javascript, Jquery, CSS, or make it just a list I need to know on. how to do this. or could give me a sample.

j08691
  • 204,283
  • 31
  • 260
  • 272

2 Answers2

1

If you will end up needing to style the select dropdown even a little, I suggest looking for jQuery plugins. I use chosen but I'll warn you now, it's a pain to do anything with.

MiniRagnarok
  • 959
  • 11
  • 23
0

Try this :

     <select size="5">

or what ever the size you want : hope this works for you

Afsar
  • 3,104
  • 2
  • 25
  • 35