This link has been bookmarked by 311 people . It was first bookmarked on 26 Apr 2008, by someone privately.
-
13 May 12
-
08 May 12
-
15 Apr 12
-
09 Apr 12
-
05 Apr 12
-
02 Apr 12
-
23 Mar 12
-
#example1 {
border-radius: 15px;
}However, for the moment, you’ll also need to use the
-moz-prefix to support Firefox (see the browser support section of this article for further details):#example1 {
-moz-border-radius: 15px;
border-radius: 15px;
}
-
-
15 Mar 12
-
01 Mar 12
-
27 Feb 12
-
10 Feb 12
-
07 Jan 12
-
23 Dec 11
-
15 Dec 11
-
01 Dec 11
-
29 Nov 11
-
23 Nov 11
-
07 Nov 11
-
28 Oct 11
-
19 Oct 11
-
18 Oct 11
halterswebFF, Safari, Chrome, IE9
#example1 {-moz-border-radius: 15px; /* firefox */border-radius: 15px;}-
Border-radius: create rounded corners with CSS!
-
rounded corners for Firefox, Safari/Chrome, Opera and IE9
-
border-radius: 15px;
-
-moz-prefix to support Firefox -
-moz-border-radius: 15px;
-
border-*-*-radius: [ <length> | <%> ] [ <length> | <%> ]
-
top-left
-
10px 5px
-
10% 5%
-
W3C Specification Mozilla Implementation border-radius -moz-border-radius border-top-left-radius -moz-border-radius-topleft border-top-right-radius -moz-border-radius-topright border-bottom-right-radius -moz-border-radius-bottomright border-bottom-left-radius -moz-border-radius-bottomleft
-
-
14 Oct 11
-
12 Oct 11
-
10 Oct 11
-
07 Oct 11
-
28 Sep 11
-
27 Sep 11
-
23 Sep 11
Eduardo AlcântaraTutorial para criar cantos arredondados em objetos de um website
-
08 Sep 11
-
22 Aug 11
-
02 Aug 11
-
26 Jul 11
-
21 Jul 11
-
20 Jul 11
-
12 Jul 11
-
11 Jul 11
-
Here’s a basic example:
This box should have a rounded corners for Firefox, Safari/Chrome, Opera and IE9.The code for this example is, in theory, quite simple:
#example1 {
border-radius: 15px;
}However, for the moment, you’ll also need to use the
-moz-prefix to support Firefox (see the browser support section of this article for further details):#example1 {
-moz-border-radius: 15px;
border-radius: 15px;
} -
border-bottom-left-radius, border-bottom-right-radius, border-top-left-radius, border-top-right-radius
-
At present Opera (version 10.5 onward), Safari (version 5 onward) and Chrome (version 5 onward) all support the individual border-*-radius properties and the border-radius shorthand property as natively defined in the current W3C Specification (although there are still outstanding bugs on issues such as border style transitions, using percentages for lengths, etc.).
Mozilla Firefox (version 1.0 onward) supports border-radius with the -moz- prefix, although there are some discrepancies between the Mozilla implementation and the current W3C specification (see below).
Update:Recent Firefox nightly versions support border-radius without the -moz- prefix.
Safari and Chrome (and other webkit based browsers) have supported border-radius with the -webkit- prefix since version 3 (no longer needed from version 5 onward), although again with some discrepancies from the current specification (see this article for further details of how older versions of Webkit handle border-radius).
Even Microsoft have promised, and demonstrated in their recent preview release, support for border-radius from Internet Explorer 9 onward (without prefix).
-
-
07 Jul 11
-
02 Jul 11
-
27 Jun 11
-
25 Jun 11
-
09 Jun 11
-
07 Jun 11
-
01 Jun 11
-
31 May 11
-
26 May 11
-
05 May 11
-
01 May 11
-
07 Apr 11
-
02 Apr 11
-
19 Mar 11
-
17 Mar 11
-
16 Mar 11
-
15 Mar 11
-
11 Mar 11
-
28 Feb 11
-
#Example_F {
height: 70px;
width: 70px;
-moz-border-radius: 35px;
border-radius: 35px;
-
-
26 Feb 11
-
15 Feb 11
-
07 Feb 11
-
05 Feb 11
-
25 Jan 11
-
20 Jan 11
-
31 Dec 10
-
27 Dec 10
Jacques Bosch"The CSS3 border-radius property allows web developers to easily utilise rounder corners in their design elements, without the need for corner images or the use of multiple div tags, and is perhaps one of the most talked about aspects of CSS3."
-
20 Dec 10
-
17 Dec 10
-
07 Dec 10
-
01 Dec 10
-
29 Nov 10
-
28 Nov 10
-
24 Nov 10
-
11 Nov 10
-
10 Nov 10
-
09 Nov 10
-
20 Oct 10
-
11 Oct 10
-
07 Oct 10
-
02 Oct 10
-
16 Sep 10
-
04 Sep 10
-
01 Sep 10
-
24 Aug 10
-
16 Aug 10
-
14 Aug 10
10base TomThe CSS3 border-radius property allows web developers to easily utilise rounder corners in their design elements, without the need for corner images or the use of multiple div tags, and is perhaps one of the most talked about aspects of CSS3.
-
11 Aug 10
-
15 Jul 10
-
02 Jul 10
-
13 Jun 10
-
05 Jun 10
-
04 Jun 10
-
03 Jun 10
-
21 May 10
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.