Ok
Here is my last version of the superb CSS that gives the tweetmeme look to the Facebook share (new) plugin:
.FBConnectButton {
width:49px;
}
.fb_share_count{
background-color: #E8E8E8 !important;
border:1px solid #D3D3D3;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0% 0%;
}
.fb_share_count_inner {
font-size:16px;
background-color: transparent !important;
}
.FBConnectButton_Text {
font-size:1.0em;
font-weight:bold !important;
font-family: Helvetica,sans-serif;
text-indent:-6px;
}
.fb_share_count_nub_top {
display: block;
position: absolute;
left: 7px;
top: 35px;
width: 6px;
height: 7px;
background-repeat: no-repeat;
background-image: url('https://img514.imageshack.us/img514/6533/89zgzk50.png')!important;
}
You can check it on my website i.e : https://blog.dyrec.com/?p=731
I would recommend replacing the css3 radius properties, that doesn’t work in IE5+, by a correct background picture.
This way “Facebook share (new)” is the best looking FB sharing plugin ??
Hope it helps !
https://blog.dyrec.com/