我使用脚本进行轮询设置,将其拉入我的WP页面。通过http://quipol.com/
EG <script src="poolfromquipol">
我已经通过firebug找到了这些样式,并在其中对其进行了相应的自定义,但是我想知道是否有一种方法可以实现它们以便实际生效?
这是我正在尝试做的事情:
#quipol-container #quipol {
-moz-border-radius: 4px 4px 4px 4px;
-moz-box-shadow: 0 0 0 1px #FFFFFF inset;
background: none repeat scroll 0 0 white;
border: 0 none;
height: 464px;
margin: 0;
padding: 14px 14px 0;
position: relative;
width: 360px;
}
#quipol-container #quipol #quipol-corner {
background: none repeat scroll 0 0 transparent;
height: 65px;
left: -6px;
position: absolute;
top: -6px;
width: 65px;
z-index: 1000;
}
#quipol-container #quipol #quipol-corner a {
background: none;
display: none;
height: 21px;
margin: 9px 0 0 10px;
opacity: 1;
text-indent: -9999px;
width: 21px;
}
#quipol-container {
-moz-border-radius: 8px 8px 8px 8px;
-moz-box-shadow: 0 0 0 1px #FFFFFF inset;
background: none;
border: none;
height: 590px;
margin: 0 auto;
padding: 4px;
position: relative;
width: 390px;
}
有人知道我可以display: none
某些默认样式吗?
答案 0 :(得分:1)
它们似乎正在生成iframe以显示轮询。您将无法设置iframe的样式(也无法通过JavaScript访问它),因为它是跨域访问的。
这通常是故意的,因为他们通常不希望你display:none
使用他们的徽标。