+ -
当前位置:首页 → 问答吧 → 背景问题

背景问题

时间:2011-10-07

来源:互联网

<html>
<head>
<style type="text/css">
body {
    background-image:url(/image/bg.gif);
    background-repeat:repeat;
}
table {
    background-images:url(/image/tablebg.gif);
    background-repeat:repeat-y;
}
</style>
</head>
<body>
<table>
<td>11111</td>
<td>11111</td>
<td>11111</td>
<td>11111</td>
</table>
<body>
</html>

我的问题是上面的table背景限制在了表格里,怎么样才能满屏?




阅书网

作者: icel   发布时间: 2011-10-07

想满屏,要body的背景就可以了,要么把table也设置成宽高100%

作者: auror   发布时间: 2011-10-07