I wanted a curved edge triangle in css3.Is it possible to get it in css3 ?
My code below has a normal triangle…
#left-triangle {
width: 0;
height: 0;
border-right: 100px solid orange;
border-top: 50px solid transparent;
border-bottom: 50px solid transparent;
}
I wanted like this..

You can do like this:
CSS
HTML
Check this http://jsfiddle.net/dVbJr/4/