I\'m implementing the Facebook Like Button, but I\'m running into some trouble with the width. I\'m using the JavaScript SDK implementation, not the direct iframe.
A
#fblike iframe { width: 95px !important; } #fblike .fb_edge_comment_widget iframe { width: 330px !important; }
And
This way both comment and like button iframes are fixed width. No funny effects. Hope it helps.