Border-radius bug on in IE9

后端 未结 5 1569
星月不相逢
星月不相逢 2021-02-13 17:21

Seeing that

5条回答
  •  天命终不由人
    2021-02-13 17:59

    The solution is to nest the the gradient inside another element with the border radius AND an overlflow. This is less than ideal, but its all css. no hacks.

    Outside of this, using a background image works pretty well for ie.

    button

提交回复
热议问题