Hello
Help with stylization select'a, the problem in the Opera browser with the arrow of the select'a. Chrome and FF display correctly.

The code is here: http://jsfiddle.net/dBuLG/2/

Thank.

    1 answer 1

    Opera does not support appearance. See CSS3 Browser support . If you look closer, you will notice that select has not gone away, but you simply cut off the arrow with a width of a div and made it overflow: hidden. At the same time, the background of the div remained under the select and is naturally not visible.

    Either stylize with a script (for jquery is full of plug-ins), or not to use selects at all (the most inconvenient control), or leave the default display ... pure css is powerless here.