添加背景图片
请问,我在表单的文本域中添加背景图片,利用IE浏览的时候,没有背景图片!!
<head>
<style type="text/css">
input.text {background:#fff url(图片地址) no-repeat;}
</style>
</head>
<body>
<input type="text" name="text" class="text" />
</body>