views:

38

answers:

2

Hi,

I want to make a select with the next image:

http://img64.imageshack.us/img64/6971/listmenu.png

I succeed to do it with jQuery, but I'm using MooTools, so it didn't work.

Can someone help me? Is it possible to make a select with options, with a image and without jQuery?

Thank you!

A: 

I've written a library some time ago to achieve this.

See a sample on jsfiddle - http://jsfiddle.net/oskar/pPcFS/ (You can download the library in the Manage Resources tab on the left).

Oskar Krawczyk
A: 

heh, I also wrote a mootools plugin that allows you to make selects 'nicer' whilst keeping the original and accessibility working, check it on the mootools forge: http://mootools.net/forge/p/mooselecta

Dimitar Christoff