1
我想創建一個講話泡沫箱是這樣的:CSS3 - 語音氣泡
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>