我希望创建一个像这样的语音气泡框:
我想知道如何在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>