gpt4 book ai didi

css - float 问题 - 2 个带 float 的元素 :right style causing a div placed in between them to move to the left

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

我有 2 个链接,每个链接都有 style="float:right" 。我在这两个链接之间有另一个 div 元素。现在,在 IE7 中,2 个链接正确显示,而中间的 div 被推到左边。这是代码:

<a style="float:right" href="javascript:exportqueryresulttocsv();">Export Query Result to CSV</a>
<div style="overflow:auto">
<!-- I have a table displaying a report here -->
</div>
<a style="float:right" href="javascript:exportqueryresulttocsv();">Export Query Result To CSV</a>

enter image description here

定位这些div有什么问题?

最佳答案

你想要它看起来像这样吗?

http://jsfiddle.net/8NTt3/10/

如果这样,所有元素都向右浮动,但在每个元素之间使用 clearfix。例如

<div style="clear:both"></div>

关于css - float 问题 - 2 个带 float 的元素 :right style causing a div placed in between them to move to the left,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7823674/

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