1

我希望创建一个像这样的语音气泡框:

气泡

我想知道如何在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>
4

2 回答 2

4

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

于 2011-12-04T12:40:33.657 回答
0

现在有一些语音气泡生成器可用

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

可能对快速结果有用

于 2013-05-01T15:08:40.420 回答