Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

border-radius is a CSS3 property used for giving certain html elements rounded corners.

learn more… | top users | synonyms

0
votes
1answer
347 views

Is there a way to make -webkit-border-radius work in Facebook?

I'm working on a facebook app, where i want to use css3 rounded corners, for the browsers which support it. Mozilla's -moz-border-radius works for Firefox. I can't get -webkit-border-radius to work ...