CSS div rounded corners

后端 未结 5 954
孤城傲影
孤城傲影 2021-02-06 05:51

I\'m attempting to do the following...

Here\'s what I\'ve got right now.. but it\'s not rendering correctly. Does anyone have any idea as to how I\'d fix this?

5条回答
  •  一个人的身影
    2021-02-06 06:23

    Can be done easily with jQuery rounded corners rounded_corner

     $(document).ready(function(){
       $("#b1").corner();
     });
    

    You don't need to worry about cross browser issues with jQuery approach.

提交回复
热议问题