开发者

Why are the Tweet/Follow, Like/Send, Google+1 buttons so finicky?

开发者 https://www.devze.com 2023-03-30 23:34 出处:网络
How do I get the Facebook Like/Send button to be开发者_如何学Go positioned at the same height as the other social buttons? I\'m pulling my hair out trying to bump the height up!

How do I get the Facebook Like/Send button to be开发者_如何学Go positioned at the same height as the other social buttons? I'm pulling my hair out trying to bump the height up!

http://dl.dropbox.com/u/9191/untitled%20folder/index.html


If you float all of the blocks, they seem to line up.

#tweet, #follow, #plusone, #likesend {
    float: left;
}


change

<div id="LikePluginPagelet">

to

<div id="LikePluginPagelet" style="margin-bottom: 4px;">

and that's it.

Why are the Tweet/Follow, Like/Send, Google+1 buttons so finicky?


(source: phpcode.eu)


Try put the Facebookbox in a div and do a margin:-5px 0 0 0; on it


In addition to the above, set display:inline-block on the containing div you created.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号