Awesome Speech Bubbles With Pure CSS3

Posted on March 9th, 2010 at 8:52 am by admin

0


Nicolas Gallagher is sharing a creative way on creating good-looking speech bubbles with CSS3.

There are no images or JavaScript in the implementations but uses the :before and/or :after pseudo-elements to produce basic shapes.

The HTML remains semantic however we should remember that CSS3 is not fully supported by all major browsers & we may again require JavaScript to add this support (like IE7.js).

via Awesome Speech Bubbles With Pure CSS3.