1).怎么让文本字字段的亮边跟暗边改变颜色呢,我是这么写的,但看上去没变呀
.input {
background-color:#f7f7f7;
border:1px solid:#cacaca;
font-size:12px;
color: #0000FF;}
2).文本字段可以限制字符,文本区域不能限制字符,怎么让文本区域限制字符呢
3).我在做留言版时,不是有主页,邮箱,QQ,这三个是看留言者资料吗,那QQ怎么连呢,按下去会显示留言者QQ资料呢,按书上写的连过去没有呀,书上这么写的:
search.tencent.com/cgi-bin/friend/user_show_info4).我的提交用这样换图片的,可以用,但重置就不行了,
<td width="120" height="20" align="left"><input name="Submit" type=image value="提交" src="images/1111.jpg" width=37 height=20 border=0></td>
<td width="120" height="20" align="left"><input name="reset" type=image value="提交" src="images/2222.jpg" width=37 height=20 border=0></td>