border-radius issue in Gionee mobile
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
but it's not working for me then I try to put an image in a div and then write the CSS for
border-radius:5px;
overflow: hidden;
padding: 6px;
border: 4px solid #ffffff;
You can use this code