|
主题:求助v5.5给评论框加背景效果点击时如何取消背景图 [收藏主题] |
http://bbs.kesion.com/dispbbs.asp?boardid=41&Id=65016
如何实现点击评论框,背景图消失
GetWriteComment = GetWriteComment & "<textarea wrap=""PHYSICAL"" name=""C_Content"" rows=""6"" id=""C_Content"" style=""width:98%;background:url(http://www.kesion.com/images/logo.jpg) no-repeat right""></textarea>"
还需要进一步改进一下: 就是点击textarea时,设置background-image:none
在以上代码中,我加入了 onclick=""this.style.background='#ecfdd0'"" 出现JS错误
如GetWriteComment = GetWriteComment & "<textarea wrap=""PHYSICAL"" name=""C_Content"" rows=""6"" id=""C_Content"" onclick=""this.style.background='#ecfdd0'"" style=""width:98%;background:url(http://www.kesion.com/images/logo.jpg) no-repeat right""></textarea>"
不明白kesion 是如何替换单引号的? |
|
支持(0) | 反对(0) 顶端 底部 |
支持(0) | 反对(0) 顶端 底部 |
支持(0) | 反对(0) 顶端 底部 |
<上一主题 | 下一主题 > |