是否可以在下面的脚本中更改投票按钮的背景颜色?
<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;
}
答案 0 :(得分:3)
答案 1 :(得分:0)
尝试在渲染按钮时获取生成的dom,而不是通过javascript应用您的样式。 您也可以这样替换图像。
答案 2 :(得分:0)
实际上按钮背景来自图像...... 您需要更改图像
这:
.pds-vote-button {
background:blue !important;
}
覆盖了图片css属性。