relative font-size of or and their descendants in IE

前端 未结 2 546
感情败类
感情败类 2020-12-10 05:55

Trying the \"Eric Meyer Reset\" I stumbled across an issue concerning the font-size:100% declaration to reset the font size of all suitable elements. font

2条回答
  •  囚心锁ツ
    2020-12-10 06:13

    I didn't test it but it works so far:

    sup,
    sub {
        font-size: inherit;   /* all browser */
        font-size: 120%\0/;   /* wie only */
    }
    

提交回复
热议问题