是否可以在以下脚本中更改投票按钮的背景颜色?
<script type="text/javascript" charset="utf-8" src="http://static.polldaddy.com/p/6352993.js"></script>
<noscript><a href="http://polldaddy.com/poll/6352993/">This is very long test question to test how polldaddy handles questions that exceed that normal length............ yes a very long question indeed..............</a></noscript>
该按钮的样式为:'pds-vote-button'
这是一个小提琴:http://jsfiddle.net/25LjE/8/
香港专业教育学院尝试过此方法,但似乎没有任何效果:
.pds-vote-button {
background-color:blue !important;
}
最佳答案
是。是的,可以这样做。
FIDDLE:
当我这样做的作品:
.pds-vote-button {
background:blue !important;
}
关于javascript - 更改按钮的背景色,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/11345780/