Stylish Select examples

The plugin can be used to replace any select with the following:

当底部高度不够时,下拉菜单自动延伸至头部.

	$(document).ready(function(){
		$('#my-dropdown, #my-dropdown2, #my-dropdown3, #my-dropdown4').sSelect();
	});	

Simplest example, option selected by default

Try using the alphabetical keys to navigate the list.


Grouped options example



Windows XP style


Intelligent positioning example