문제

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

도움이 되었습니까?

해결책

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!

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top