View Single Post
Old 01-03-2013, 07:37 PM   PM User | #1
charlyanderson
Regular Coder

 
Join Date: Dec 2012
Posts: 111
Thanks: 14
Thanked 1 Time in 1 Post
charlyanderson is an unknown quantity at this point
Possible to remove inset border on iFrames??

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:-
Code:
#fblike{float:right; width:100px;}
.fbstyle{border:none; border-style:none; overflow:hidden; width:100px; height:21px;}
HTML is:-
Code:
<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&amp;send=false&amp;layout=button_count&amp;width=100&amp;show_faces=false&amp;font=tahoma&amp;colorscheme=light&amp;action=like&amp;height=21" ></iframe>
	</div>
charlyanderson is offline   Reply With Quote