以下のコードを使用しましたこれは私のIframeです:
<iframe scrolling='no' frameborder='1' id='fblike' src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.XYZ.com%2F&send=false&layout=standard&width=450&show_faces=true&font&colorscheme=light&action=like&height=50'></iframe>
$('#fblike').contents().find('.pluginButton').css({'background','#FF8000'});
Cssも直接適用しました
.pluginButton {
background: none repeat scroll 0 0 #FF8000 !important;
}
pluginButton の背景を変更したい。背景に画像を適用したい。適用方法は?