css/ html help in making rounded table like container

后端 未结 8 1978
野趣味
野趣味 2021-01-26 06:00

can anyone provide insight or a sample of how to create a css based bubble container for html to go inside it?

im looking to make a rounded table. that is to say i want

相关标签:
8条回答
  • 2021-01-26 06:36

    It is generally called rounded corners. You can do that using css only. Here is a great list of techniques. Also if you want to use javascript or jQuery in specific, there is a plugin for that called rounded corners (note: javascript is not a mandatory for doing what you want, but it is definitely a easy way).

    0 讨论(0)
  • 2021-01-26 06:41

    after looking over all the notes here and searchign the web high and low i came to the conclusion that this is the best way to get rounded corners...

    http://blog.benogle.com/2009/04/29/css-round-corners/

    using lines of variable length to create the top and bottom curves.

    feedback?

    0 讨论(0)
提交回复
热议问题