Is the best way for round corners for a div with jquery.corner.js?

I am currently using a jQuery corner to create a div round in the corner. But the problem I am facing is that when the background of this rounded div is a gradient, it shows some odd colors in the corners.

I want to know any other better way to include round corners for a div

EDIT 1:

$ (". Nav") angle ("20") ;.

This im code is used for a round corner of 20 px

+3
source share
1 answer

I want to know any other better way to include round corners for a div

"" CSS3, , , : http://www.css3.info/preview/rounded-border/.

, , .

+3

Source: https://habr.com/ru/post/1761452/


All Articles