gpt4 book ai didi

css - 如何在不换行的情况下将所有内容 float 到左侧

转载 作者:太空宇宙 更新时间:2023-11-04 00:18:21 25 4
gpt4 key购买 nike

我无法让主页上的社交按钮将所有内容 float 到左侧。

一旦我让它向左浮动,页面中的其他内容就会乱七八糟。

这是我使用的代码

<div style="position:relative;float:left;margin-right: 10px;">

<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=339021756137381";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<a href="https://twitter.com/share" data-url="<?php the_permalink(); ?>" data-counturl="<?php the_permalink(); ?>" data-text="<?php the_title(); ?>" class="twitter-share-button" data-count="<?php the_permalink(); ?>" data-via="AppleSiam"></a>
<div class="fb-like" data-href="<?php the_permalink(); ?>" data-send="false" data-layout="button_count" data-width="450" data-show-faces="false"></div>
</div>

上面的代码不会对页面中的其他内容造成任何困惑,但按钮会换行

enter image description here

我找到了问题,我会尽快接受答案

<div class="fb-like" data-href="<?php the_permalink(); ?>" data-send="false" data-layout="button_count" data-width="450" data-show-faces="false"></div>

以上代码如你所见data-width="450"设置得太长,无法放在同一行中,它必须转到另一行以获取所有 450px

最佳答案

换句话说,你想让两个按钮在同一行?在这种情况下,您只需要在按钮上或它们所在的容器上定义一个宽度,以允许它们并排放置。如果它们有空间并排坐下,那么 float 它们不会让它们换行。

关于css - 如何在不换行的情况下将所有内容 float 到左侧,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10298520/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com