Anyone know any efficient way how to style from <select> tags? I mean completely: add background image and style <option> values? I'm looking for cross browser technique. Maybe anyone did it and can share the knowledge?
It can't be done with css alone. Check out this jQuery plugin http://www.scottdarby.com/2009/05/jquery-plugin-stylish-select-unobstrusive-select-box-replacement/
It can't be done with css alone. Check out this jQuery plugin http://www.scottdarby.com/2009/05/jquery-plugin-stylish-select-unobstrusive-select-box-replacement/
It is wokring fine on Firefox, but it's buggy in IE6, IE7. Maybe I'm doing something wrong?
So it's working now? I confess I've never used the plugin. When it comes to forms, if it can't be done with css alone then I don't bother. I'd rather lose a little style and keep the functionality and accessibility. If you can't solve the z-index issue I would suggest contacting the plugin author who claims that it works in all browsers from ie6 up.
It is wokring fine on Firefox, but it's buggy in IE6, IE7. Maybe I'm doing something wrong?
[attachment=0]wrong.jpg[/attachment]
The css of this select:
The link: LINK DELETED
If you can't solve the z-index issue I would suggest contacting the plugin author who claims that it works in all browsers from ie6 up.