How can i do round corners like this website has in some places..
I searched everywhere and found lots of code that i got confused which one to use
-moz-border-radius:10px;
-webkit-border-radius:10px;
behavior:url(border-radius.htc);
Which one should i use ? and why isn’t it working with Internet Explorer ?
wow lots of duplicates but alright
Here is the code taken from jQuery UI
These are CSS statements, you need to add them between
<style></style>or inside a CSS stylesheet and link them to your HTML fileWhat each does is add corners to a specific region (Top, Bottom, Top Left, Top Right, All …)
You can modify the radius everywhere to make them bend more..
I believe this is cross browser tho old versions of Internet Explorer might not work with it