Rounded corners without images

webdesign

New member
Joined
Jul 5, 2012
Messages
229
Points
0
This is a simple CSS technique of rounding the corners of the deposit insurance using some css properties. This technique will work in Firefox, Safari, Chrome and other browsers compatible CSS3. This technique will not work in Internet Explorer.

div{
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border: 1px solid #FF8855;
}
This example just above the rounded corners, left or right and below:

div{
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
border: 1px solid #FF8855;
}
 

DistributionCloud

New member
Joined
Jan 14, 2013
Messages
7
Points
0
Thanks!! Ive been trying to google this for an hour now.
Regards
 

webdesign

New member
Joined
Jul 5, 2012
Messages
229
Points
0
webdesign
Google will give you dozen of sites for generating rounded corners without typing codes more or have knowledge about programming. Of course, it is in case you want to save your time on codes.
 
Older threads
Replies
4
Views
4,310
Replies
8
Views
8,642
Replies
1
Views
6,320
Replies
2
Views
6,711
Newer threads
Replies
1
Views
2,716
Replies
1
Views
3,324
Replies
3
Views
3,045
Replies
5
Views
4,571
Replies
6
Views
3,494
Latest threads
Replies
1
Views
26
Replies
0
Views
39
Replies
0
Views
39
Replies
1
Views
51
Replies
3
Views
114
Recommended threads
Replies
3
Views
9,002
Replies
13
Views
6,228
Replies
17
Views
9,674
Replies
0
Views
2,396

Latest postsNew threads

Referral contests

Referral link for :

Sponsors

Popular tags

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top