我是新來的HTML和CSS,我有一個問題,我的水平擴展,而我希望它垂直擴展。我已經固定了Th的寬度,但它沒有解決任何問題。這是我的代碼。垂直擴展表
<div id="resBox">
<table id="resTable">
<tr>
<th class="frame">a</th>
<th class="frame">b</th>
<th class="frame">c</th>
<th class="frame">d</th>
<th class="frame">e</th>
</tr>
</table>
</div>
每當th包含一個長字符串時,它會花費較小的其他幀。
這是CSS代碼:
#resTable{
width:100%;
margin:auto;}
.frame{
width:19%;
border: 1px solid black;}
感謝。
http://jsfiddle.net/3M7px/看一看,因爲我想你給我們的代碼工作。或者,也許它不應該看起來像這樣? –
太奇怪了。謝謝。 – Majid
不客氣; D你可以有一些其他的風格,它會覆蓋你向我們展示的那些:) –