6

enter image description here

For years, I have just saved the image as a background or cut the tail part and use that as the background; I have always used an image when coding on websites. Is there a way to do it without using an image now? I can create the box with rounded corners using CSS, but how can I make the tail?

Strawberry
  • 66,024
  • 56
  • 149
  • 197
  • here's a similar question: http://stackoverflow.com/questions/5623072/css-craziness-and-a-new-challenge/5624017#5624017 – MikeM Jun 25 '11 at 22:38

2 Answers2

8

Try this; http://nicolasgallagher.com/pure-css-speech-bubbles/demo/

ChrisBint
  • 12,773
  • 6
  • 40
  • 62
2

Yes you can make: See the demo:

http://nicolasgallagher.com/pure-css-speech-bubbles/demo

Ahsan Rathod
  • 5,465
  • 2
  • 21
  • 25