关于用javascript改变css属性的时候~
比如this.style.color='';this.style.backgroundColor='';this.style.display='';这么相似的代码~中。为...
比如
this.style.color='';
this.style.backgroundColor='';
this.style.display='';
这么相似的代码~中。
为什么backgroundColor么?不是background-color吗?
有什么规则?
如果要获取
<style>
background:url(img/1.jpg) no-repeat 10px 20px;
</style>
用js获取的话
this.style.backgroundImage=ulr(img/1.jpg) no-repeat 10px 20px; (?)对吗?
不知道可不可以简写~
请高手指教~
我语言表达差,不知道 看明白没我想问的意思 - - !
以后在js里css的属性怎么写才不语法错误~?
就是 this.style.xxxxxx=''; 中(xxxx)这里 展开
this.style.color='';
this.style.backgroundColor='';
this.style.display='';
这么相似的代码~中。
为什么backgroundColor么?不是background-color吗?
有什么规则?
如果要获取
<style>
background:url(img/1.jpg) no-repeat 10px 20px;
</style>
用js获取的话
this.style.backgroundImage=ulr(img/1.jpg) no-repeat 10px 20px; (?)对吗?
不知道可不可以简写~
请高手指教~
我语言表达差,不知道 看明白没我想问的意思 - - !
以后在js里css的属性怎么写才不语法错误~?
就是 this.style.xxxxxx=''; 中(xxxx)这里 展开
4个回答
展开全部
JS的CSS属性就是开头小写,遇到破折号以后大写一个单词...
其他的都一样!!
其他的都一样!!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你的问题最好下载个js和css手册下来才帮到你记忆,虽说可以用js来操作css,但是这两种东西是不同的脚本,某些用来获取对象的写法会有所不同,注意不要混淆。详细请查看百度百科。建议你用dreamweaver来写这种静态脚本,它里面有种功能是替你完成关键词,有时候还可以学到页面对象,是种不错的选择。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
弱弱的说一句:
this.style.backgroundImage=ulr(img/1.jpg) no-repeat 10px 20px; (False)
this.style.background=ulr(img/1.jpg) no-repeat 10px 20px; (Ture)
因为background的属性可以设置--- 是否重复---top ---left;
this.style.backgroundImage=ulr(img/1.jpg) no-repeat 10px 20px; (False)
this.style.background=ulr(img/1.jpg) no-repeat 10px 20px; (Ture)
因为background的属性可以设置--- 是否重复---top ---left;
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询