我需要顯示一些區域內有圓角的內容。與這些角落相關的圖像在一個.png文件中。在努力展現圓角,我使用了以下內容:用CSS圓角創建一條線
<table border="0" cellpadding="0" cellspacing="0" style="width:800px;">
<tr>
<td style="height:12px; width:12px;background-image:url(/images.png);background-position:108px 48px;"> </td>
<td style="background-color:silver;"> </td>
<td style="height:12px; width:12px;background-image:url(/images.png);background-position:124px 48px;"> </td>
</tr>
<tr>
<td style="background-color:silver;"> </td>
<td>My content goes here.</td>
<td style="background-color:silver;"> </td>
</tr>
</table>
奇怪的是,還有就是我的上角和內容之間的細線。這條線雖然沒有出現在中間的列之間。起初我以爲我錯了,但他們看起來很好。有人對我做錯了什麼有什麼想法嗎?或者我該如何解決這個問題?
謝謝!
請爲全能CSS神的愛不使用表格佈局! – corroded 2011-03-21 10:11:08
並學會接受答案,否則沒有人會被激勵來幫助你 – corroded 2011-03-21 10:11:33
:)你是對的。我需要經歷並接受人們的答案。我的錯。 – user609886 2011-03-21 10:16:35