Select box truncating text when body font size changed via javascript on document ready in IE 9

后端 未结 5 755
余生分开走
余生分开走 2021-01-02 02:59

IE 9 is behaving quite strangely for me. I\'ve got a page font-size changing control that saves the users setting and then in the document ready sets the body font-size to

5条回答
  •  天涯浪人
    2021-01-02 03:16

    Try using the % for scalability. See here for some documentation of em vs %: http://kyleschaeffer.com/best-practices/css-font-size-em-vs-px-vs-pt-vs/

提交回复
热议问题