是否有可能使<td colspan="2">
元素有2列背景?我的意思是<td>
有100%的寬度和背景是紅色的寬度的50%,藍色,其餘50%:製作與colspan = 2有2列背景,每列另一種顏色
的原因,我需要的,這是因爲我的HTML標記:
<table>
<tr>
<td>One column text</td><td>One column text</td>
</tr>
<tr>
<td>One column text</td><td>One column text</td>
</tr>
<tr>
<td colspan="2">This text must flow through the whole table width (through 2 columns width)</td>
</tr>
<tr>
<td>One column text</td><td>One column text</td>
</tr>
</table>
我認爲我可以使用圖像作爲背景,但我寧願一些乾淨的HTML/CSS的解決方案...
此外,我不能使用漸變的背景,因爲兩種顏色之間的IE着節目直線, 它可以 只從一種顏色到另一種顏色的梯度,這種梯度需要4種顏色
難道你不能讓這兩個s和第一個文本溢出到第二個? – 2012-01-10 11:52:57
我沒有設法溢出它。你能提供一些例子嗎? – simPod 2012-01-10 12:16:29