Cross browser rounded corners (no image)

后端 未结 4 1035
庸人自扰
庸人自扰 2020-12-31 09:01

When converting PSD\'s into HTML or even HTML5 and CSS, how much more difficult is it to round the corners and make those corners consistent across all browsers, especially

4条回答
  •  执念已碎
    2020-12-31 10:04

    You already accepted but CSS3 PIE you can just use the border-radius property (along with gradients, shadows, and other fun CSS3 features) in IE3. I think it's one of the cleaner ways to approach the problem.

提交回复
热议问题