可以的阿,为什么就不可以呢?甚至还可以设置背景图片呢

1.背景透明
<body bgcolor="red"><input type="text" name="textfield" style="height:20px;color:#FFFFFF;background:#CCCCCCC;font:12px;
border:solid 1px #FFFFFF;">

2.背景图片
<table><tr><td background="http://www.dev-club.com/club/bbs/Images/small_logo2.gif"><input type="text" name="textfield" style="background-color:transparent"></td></tr></table>