charlyanderson
01-03-2013, 07:37 PM
Only seems to be a problem in IE8 and below but it looks like an inset border has been applied to both my facebook plugin and another iframe for my contact form. Could someone advise me of a solution to remove this?
CSS is:-
#fblike{float:right; width:100px;}
.fbstyle{border:none; border-style:none; overflow:hidden; width:100px; height:21px;}
HTML is:-
<div id="fblike">
<iframe style="scrolling=no allowTransparency=true" class="fbstyle" src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2FCharlyAndersonFreelanceWebDesigner&send=false&layout=b utton_count&width=100&show_faces=false&font=tahoma&colorscheme=light&action=like&height=21" ></iframe>
</div>
CSS is:-
#fblike{float:right; width:100px;}
.fbstyle{border:none; border-style:none; overflow:hidden; width:100px; height:21px;}
HTML is:-
<div id="fblike">
<iframe style="scrolling=no allowTransparency=true" class="fbstyle" src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2FCharlyAndersonFreelanceWebDesigner&send=false&layout=b utton_count&width=100&show_faces=false&font=tahoma&colorscheme=light&action=like&height=21" ></iframe>
</div>