how to make sure select option text align in the center in IE?

后端 未结 3 681
既然无缘
既然无缘 2020-11-30 15:01

The following CSS works in FF, but not in IE(at least 8.0), how can I make sure that the text align in the center for IE8.0? Thanks!!!

select, option {
    t         


        
3条回答
  •  抹茶落季
    2020-11-30 15:23

    Unfortunately, you can't change the alignment of SELECT items in IE, although it surprises me that even IE 8 keeps this bad habit.

提交回复
热议问题