Hello friends, could you help me how to create CSS3 speech bubble like image (bubble speeach in the red cirlce) Thanks
Are you trying to do this as a tooltip that appears when the user hovers over the element? If so there are a lot of examples on the Web. Just Google "css tooltip examples". You can create some very cool effects using CSS and jQuery.
If it's a static background and it doesn't depend on the width of the elements within, just make an image of the proportion within, set the container of the bubble to position: relative; and make several span elements with position absolute and just position them properly with margin-top and margin-left. That would be the easiest solution.