css/ html help in making rounded table like container

后端 未结 8 1994
野趣味
野趣味 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:30

    I may have misread the question and, if so, please accept my apologies.

    As far as I can tell, the rounded corners in the example you give are, like I previously said in a comment, done by images. You should look into @Teja's answer as he points you in the right direction but, just for you reference, here goes the HTML and CSS used to recreate the layout you mention:

    We Are Here to Help!

    We are extremely proud of our support and are available to help you at anytime.

    Click Here to chat with us
    #chat-panel { background:url("http://www.seekdotnet.com/images/sidepanel_repeat.png") repeat-y scroll 0 0 transparent; margin-bottom:1em; text-align:center; } #chat-panel { background:url("http://www.seekdotnet.com/images/sidepanel_repeat.png") repeat-y scroll 0 0 transparent; margin-bottom:1em; text-align:center; } #chat-panel p { padding:0 10px; } #chat-panel .panel-bottom, #special-offer .panel-bottom { background:url("http://www.seekdotnet.com/images/sidepanel_bottom.png") no-repeat scroll left bottom transparent; display:block; padding-bottom:10px; }

提交回复
热议问题