własny botton Facebook w IE
-
chciałem mieć na stronie własny botton 'Facebook”. użyłem kodu:
<div class="likeImage"> <iframe src="//www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink($post->ID)); ?>&send=false&layout=button_count&width=36&show_faces=false&action=like&colorscheme=light&font&height=20" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:36px; height:25px;"allowTransparency="true"></iframe> </div>
i css
.likeImage{position:relative; top:3px;width: 36px; height: 25px; background-image: url(./images/button_f.png); background-repeat: no-repeat;} .likeImage:hover {width: 36px; height: 25px; background-image: url(./images/button_f_h.png); background-repeat: no-repeat;} .likeImage iframe{ opacity: 0;}
pod Chrome i Firefox wyświetla się i działa ta jak miało być, a pod IE jest oryginalny botton 'Facebook’.
czy ktoś coś poradzi?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- Temat ‘własny botton Facebook w IE’ jest zamknięty na nowe odpowiedzi.