1

Previously, I am using

<select size="8">
<option>Item 1</option>
<option>Item 2</option>
<option>Item 3</option>
<option>Item 4</option>
<option>Item 5</option>
<option>Item 6</option>
<option>Item 7</option>
<option>Item 8</option>
<option>Item 9</option>
</select>

provide a JList box liked place, to hold a collections of item, to let user have a simple view to browse about items.

However, the look of this kind of pure HTML element doesn't look shinning.

Have anyone of you come across any similar widget/ JavaScript library/ CSS template ... which will make this List Box look great?

Thanks

p/s List Box is something look like this alt text
(source: sun.com)

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
Cheok Yan Cheng
  • 47,586
  • 132
  • 466
  • 875

4 Answers4

2

Style it with CSS. Here's an example.

Here's another with more "WOW"

McAden
  • 13,714
  • 5
  • 37
  • 63
0

Some places to turn for inspiration:

ЯegDwight
  • 24,821
  • 10
  • 45
  • 52
0

Google for "Jquery SelectBox ", you may get some results.

Here is one, which you can use as an enhancement of select box

http://www.brainfault.com/2007/07/23/select-box-replacement/

Thanks.

Nazmul
  • 7,078
  • 12
  • 51
  • 63
0

Have a look at jqtransform for a complete form redesign ..

Gabriele Petrioli
  • 191,379
  • 34
  • 261
  • 317