以下效果,无需任何图片.
只要能支持CSS2.1即可.部分效果需要CSS3支持.
利用Mozilla -moz- 特有属性, webkit的 -webkit- 特有属性.完成圆角和渐变的效果.
CSS3中的 border-radius 和 transform 完成特殊边角和渐变效果.
伪类 :after,:before 来制作无需html的突出小角. 不过IE是看不到什么效果了. 用Firefox和Chrome都能看到全效果.
看DEMO: http://nicolasgallagher.com/demo/pure-css-speech-bubbles/bubbles.html
原文链接: http://nicolasgallagher.com/progressive-enhancement-pure-css-speech-bubbles/


