Rounded corners without images

webdesign

Well-known member
Joined
Jul 5, 2012
Messages
120
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
Registered
Joined
Jan 14, 2013
Messages
3
Points
0
Thanks!! Ive been trying to google this for an hour now.
Regards
 

webdesign

Well-known member
Joined
Jul 5, 2012
Messages
120
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
7
Views
12,731
Replies
4
Views
12,552
Replies
1
Views
11,349
Replies
3
Views
11,609
Newer Threads
Replies
1
Views
2,463
Replies
1
Views
2,880
Replies
3
Views
2,707
Replies
5
Views
5,426
Replies
5
Views
4,261
Latest Threads
Replies
0
Views
115
Replies
0
Views
65
Replies
0
Views
57
Replies
1
Views
87

Latest postsNew threads

Latest Hosting OffersNew Reviews

Sponsors

Tag Cloud

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