怎么添加背景图片(在HTML中)
发布网友
发布时间:2022-04-23 16:23
我来回答
共4个回答
热心网友
时间:2022-04-21 00:37
<html>
<table style="background:url(D:\其他 图片名称Internet Explorer 墙纸.jpg);background-size:100%">
<tr>
<td>用户</td>
<td><input type="text" name="" value=""/>
</tr>
<tr>
<td>口令</td>
<td><input type="password" name="t1" value=""/>
</tr>
<tr>
<td><input type="button" name="" value="登录"/></td>
<td><input type="button" name="" value="重置"/></td>
</tr>
</table>
图片路径最好是英文和数字,不要有空格。 background-size是背景图片的大小
热心网友
时间:2022-04-21 01:55
<div sytle="background-image:url(D:\其他 图片名称Internet Explorer 墙纸.jpg);">
<table>
.........
</table>
</div>
热心网友
时间:2022-04-21 03:30
在<table>最外层加一个<div>
<div sytle="background-image:url(D:\其他 图片名称Internet Explorer 墙纸.jpg);">
<table>
...
...
...
</table>
</div>
热心网友
时间:2022-04-21 05:21
CSS会的话很简单,不会的话就用这个吧
<div sytle="background-image:url(D:\其他 图片名称Internet Explorer 墙纸.jpg);">追问具体点 CSS是怎么回事你说?
用户
。。。
追答CSS你会不会用啊?