這是標記。我想在兩個表格之間添加一條垂直線。我不想在這裏使用圖像。我需要一個純html解決方案。謝謝!如何在兩個表格之間添加垂直線?
<div>
<table width="50%" style="float:left">
<tr>
<td><p class="dotted">row 1, cell 1</p></td>
<td><p class="dotted">row 1, cell 2</p></td>
</tr>
<tr>
<td><p class="dotted">row 2, cell 1</p></td>
<td><p class="dotted">row 2, cell 2</p></td>
</tr>
</table>
<table width="50%" style="float:left">
<tr>
<td><p class="dotted">row 1, cell 1</p></td>
<td><p class="dotted">row 1, cell 2</p></td>
</tr>
<tr>
<td><p class="dotted">row 2, cell 1</p></td>
<td><p class="dotted">row 2, cell 2</p></td>
</tr>
</table>
</div>
事情是這樣的圖像
這裏是小提琴http://jsfiddle.net/a2cR8/
告訴我們什麼是你想實現 – Alex
@ w0rldart加入小提琴鏈接 – user1083596