CSS Border radius not trimming image on Webkit

前端 未结 6 1362
闹比i
闹比i 2020-11-27 20:21

I\'m having trouble figuring out why border-radius is gone from my #screen element when using chrome but not firefox or ie9?

I have all the different prefixes for ea

6条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-27 21:09

    Try the following css to the child elements of the element with border-radius set: opacity:0.99; It solves the problem and doesn't change the opacity much. This worked perfectly for me.

提交回复
热议问题