|
藍森林 http://www.lslnet.com 2006年8月25日 8:28
請教關於表格背景的問題
我想把背景和表格底部對齊,或者不重複平鋪背景。能解決嗎?謝謝 |
[html]
<style type="text/css">
td.{background-image:url(http://www.blueidea.com/gg/midoidea/11.jpg);
background-repeat:no-repeat;background-position:bottom;
}
</style>
<table border=1 width=300 height=300>
<tr>
<td></td>
</tr>
</table>
[/html] |
|