CSS3 - 语音泡沫

时间:2011-12-04 12:30:01

标签: html css speech

我希望创建一个这样的语音泡泡盒:

Bubble http://i42.tinypic.com/29b1xu0.png

我想知道如何在 td 表格元素中制作这样的“评论框”。 我怎样才能用CSS获得这个?

我有这个HTML标记:

            <table class="forum" cellpadding="0" cellspacing="0">
                <thead>
                    <th colspan="2"></th>
                </thead>
                <tr>
                    <td class="userinfo">User Info</td>
                    <td class="text">
                    Speech Buble shoudl be here with text inside.

                    </td>
                </tr>
            </table>

2 个答案:

答案 0 :(得分:4)

答案 1 :(得分:1)

现在有一些语音气泡发生器可供使用

试试这个 http://www.ilikepixels.co.uk/drop/bubbler/

可能对快速结果很有用

相关问题