Cross browser rounded corners (no image)

后端 未结 4 1032
庸人自扰
庸人自扰 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 09:41

    There are a few workarounds for cross browser rounded corners not using Javascript:

    CSS Rounded Corners In All Browsers
    An Experiment in Rounded Corners
    Rounded corners in CSS (cross browser implementations)

    Using CSS3 for webkit & gecko based browsers, SVG for Opera and VML for IE.
    Also you may want to use the well-known jQuery Corners if you want it via Javascript.

提交回复
热议问题