Question

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

Était-ce utile?

La 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!

Autres conseils

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top