用HTML怎么把背景图和一个带有代码的表重叠在一起

如题所述

<html>

<head>

<style>

table{background:url(1.png)}

</style>

</head>

<body>

<table>

<tr><td>1</td><td>2</td><td>3</td></tr>

<tr><td>1</td><td>2</td><td>3</td></tr>

<tr><td>1</td><td>2</td><td>3</td></tr>

</table>

</body>

</html>

温馨提示:答案为网友推荐,仅供参考
第1个回答  2017-12-22
position absolate
第2个回答  2017-12-22
你的意思是把右边的放到左边的背景图上吗