表格问题

来源:互联网 发布:mac地址彻底修改 编辑:程序博客网 时间:2024/05/16 07:23
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>表格问题</title>
<style>
table{width:200px; border-collapse:collapse; background:Red;}
tbody{ background:yellow;}
tr{background:url(ball.png) no-repeat;}
td{ padding:0;height:30px;}
</style>
</head>
<body>
<table>
<tbody>
    <tr>
        <td>表格</td>
        </tr>
    </tbody>
</table>
</body>
</html>
0 0
原创粉丝点击