gpt4 book ai didi

CSS 清除 :both not working

转载 作者:行者123 更新时间:2023-11-28 13:52:39 26 4
gpt4 key购买 nike

我似乎无法正确清除布局。看this

我无法阻止左栏中的元素向下推右栏中的元素。谁能帮忙?

<罢工> Screenshot with some pointy arrows (死链接)

最佳答案

问题标记/样式似乎是:

<div class="clear" />

这会清除您左侧 div 中的 float ,这会在您的帖子和预告片部分之间造成差距。

myblog.css (line 166)

#myBlog-wrap div.clear {
clear:right; <--- problem clear
height:1px;
line-height:1px;
margin:0;
padding:0;
}

Here's how firefox 3 renders the page with the clear disabled.

与您的问题无关,但您似乎也有一些 IE 特定的 css 问题需要解决。一定要考虑为您的网站制作一个有条件的 ie.css :)

关于CSS 清除 :both not working,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/656926/

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