tags:

views:

143

answers:

4

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

+2  A: 

Style it with CSS. Here's an example.

Here's another with more "WOW"

McAden
That is WOW. But I think we have some misunderstanding the word "List Box". I update my question.
Yan Cheng CHEOK
A: 

Some places to turn for inspiration:

RegDwight
A: 

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.

Hoque
A: 

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

Gaby