次のような吹き出しボックスを作成したいと思います。
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>