3个回答
展开全部
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
.txt{color: red;background-color:#CCCCCC;font-weight:bold}
</style>
</head>
<body>
<input name="textfield" type="text" class="txt" id="textfield" />
</body>
</html>
看看是不是你想要的。顺便宣传下我的BLOG hi.baidu.com/brislin
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
.txt{color: red;background-color:#CCCCCC;font-weight:bold}
</style>
</head>
<body>
<input name="textfield" type="text" class="txt" id="textfield" />
</body>
</html>
看看是不是你想要的。顺便宣传下我的BLOG hi.baidu.com/brislin
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐于2018-04-29 · 知道合伙人互联网行家
关注
展开全部
代码:
在单击事件里面就可以实现简单的效果了
private void txt_IF_user_Click(object sender, EventArgs e)
{
txt_IF_user.Text = "";
txt_IF_user.ForeColor = Color.Black;
}
在单击事件里面就可以实现简单的效果了
private void txt_IF_user_Click(object sender, EventArgs e)
{
txt_IF_user.Text = "";
txt_IF_user.ForeColor = Color.Black;
}
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<TEXTAREA STYLE="color: red;background-color:#CCCCCC;font-weight:bold;">
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询