我想與一些文本並排放置一個youtube視頻。我的HTML是以下(http://jsfiddle.net/N5j7L/):在CSS表格佈局中的iframe
<div style="width: 100%; display: table;">
<div style="display: table-row">
<div style="width: 600px; display: table-cell;">
something</br>
something</br>
something</br>
something</br>
something</br>
something</br>
</div>
<div style="display: table-cell;">
<iframe width="480" height="360" src="http://www.youtube.com/embed/gDNsePOQVzU&list=UUoUXxtd712vGe5p5lBk_eMg?rel=0" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
我不明白爲什麼第一列開始比第二低。我應該添加一些CSS?沒有iframe
一切看起來不錯。