Question

I'm trying to have a select box which behaves similar with all browsers.. Is there any solution without using jquery plugins?

Was it helpful?

Solution

The default look for select boxes is different for IE. u cannot have the similar look without using jquery!

Anywyz, as grsmto said.. using appearance css property is a good option to customize it using css!

OTHER TIPS

No.

But behavior should be the same, except the look. Depending on the browsers you are targeting you could try to use the appearance css property to customize it without JS.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top