Sign-up....

form表单中如何设置input的北京颜色

由于页面的整体颜色是淡蓝色,而FORM中INPUT的默认色是白色,颜色很不匹配!目前页面是登陆页,想把用户名和密码输入框背景改成淡蓝色。如何做

[73 byte] By [msdn] at [2007-8-15 10:00:47]
# 1 Re: form表单中如何设置input的北京颜色

<input style="bgcolor:#0000FF">

改变样式,背景色变成0000FF就可以了

jinfeng003 at 2006-6-6 14:31:05 >
# 2 Re: form表单中如何设置input的北京颜色

严重不好意思,刚刚写错了~~

<input style="background:00FF00">

jinfeng003 at 2006-6-6 15:28:23 >
# 3 Re: form表单中如何设置input的北京颜色

<input type="text" name="textfield" style="background-color:#B9D1FF" />

wolf_hero at 2006-6-6 15:33:43 >

Web

All Classified