编程论坛
注册
登录
编程论坛
→
WEB前端(UI)
添加背景图片
melo1509
发布于 2010-07-30 15:45, 1095 次点击
请问,我在表单的文本域中添加背景图片,利用IE浏览的时候,没有背景图片!!
2 回复
#2
xq宁静致远
2010-08-02 15:42
<head>
<style type="text/css">
input.text {background:#fff url(图片地址) no-repeat;}
</style>
</head>
<body>
<input type="text" name="text" class="text" />
</body>
#3
黄旗
2012-09-13 19:20
比如, <BODY background="url(图片地址)"></BODY>
1