views:

38

answers:

1

can v change look of combobox of html by css or javascript or any other method. i want the look of combobox of screen resolution window in windows 7.. its quite similar to a buttton ... can i make it....

+1  A: 

As far as I know you can't styling select tag with css - except background (if I am wrong someone correct me). You can use a jquery way. There are many plug in you can use to achieve a windows 7 appearance. I list you some of them.

jQuery UI Selectmenu

Stylish Select 0.4.1

Select Box Factory 2.1

You can find more in Google results

Sotiris