logo 广告
Loading...
 导航 所在位置:论坛首页 -> ┈┋电脑网络┋┈ -> 网页制作技术 -> 如何更换textarea的背景色及背景图片
回复
标题:如何更换textarea的背景色及背景图片收藏 编辑 删除 楼主 | 上一篇 下一篇
疯狂石头
头像
等级:职业侠客
权限:普通用户
积分:77
金钱:3084
声望:121
经验:121
发帖数:780
注册:2007年10月21日
资料 短消息2008-4-20 10:48:30

如何更换textarea的背景色及背景图片

以下是HTML网页特效代码,点击运行按钮可查看效果:
<!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>textarea换背景最“偷懒”的方法。</title>
<style type="text/css">
/*onfocus onblur*/
.textareaOn{
 padding:5px;
 width:350px;
 height:150px;
 background:#FFFFCC;
 border:1px solid #F90;
}
.textareaOut{
 padding:5px;
 width:350px;
 height:150px;
 border:1px solid #CCC;
}
</style>
</head>
<body>
<textarea id="textarea01" class="textareaOut" name="d" cols="" rows="" ></textarea>
<script type="text/javascript">
var textarea01 = document.getElementById("textarea01");
textarea01.onfocus = function(){
 this.className = "textareaOn";
}
textarea01.onblur = function(){
 this.className = "textareaOut";
}
</script>
</body>
</html>

签名

2008-4-20 10:48:30 顶部
第1页 共页 共0个回复     <<    >>    
 快速回复
  • 支持UBB,HTML标签

  • 高级回复

  • 操作选项:评分 加精 解精 奖惩 设专题 设公告 解公告 固顶 总固顶 解固顶 结帖 解结帖 锁帖 解锁 移帖 删帖
      首页 | 购买指南 | 虚拟主机 | 特色介绍 | 下载中心 | 支付方式
    Copyright 2004-2008 BBSGood.com Powered By: BBSGood.Speed Version 5.0
      咨询电话:0575-85513832、0575-85513825(传真)、7*24小时咨询服务:13606552007 不良信息举报中心 浙ICP备05029817号
      业务QQ:38958768、客服QQ1:415896239、客服QQ2:343896043、MSN:jccsxx@hotmail.com