This is an unobtrusive jQuery plugin that allows you to replace the HTML select box with a styled dropdown menu.

Why ?

As most of us, I hate IE6 but I have to deal with it. At work, our users use exclusively IE6 so you can imagine the nightmare! I came across the IE bug where the select box stay always on top of any div even if you define a z-index value, more on the subject can be found here and here. So this plugin try to resolve the problem by replacing the select box by dropdown menu.

Know issues

  • On Mac with both Safari and FF when you select a value using Enter key the form is submitted, it seems that “preventDefault” is not working. If anyone has an idea about how to resolve this, just drop me a mail or a leave a comment.
  • When an option is selected using the mouse and when you reopen the list the selected option is not highlighted anymore.

Example

You can view a working example here

Download

Download

NB: A new version can be located here