gpt4 book ai didi

css - 在 Internet Explorer 9 中,内容漂浮在我的 Tumblr 主题的侧边栏上方。我该如何解决这个问题?

转载 作者:行者123 更新时间:2023-11-28 13:06:34 25 4
gpt4 key购买 nike

这是我的 Tumblr 主题。

http://lt-chocolate.tumblr.com/

我在 Internet Explorer 上查看过,内容漂浮在侧边栏上方。无论如何我可以修复它吗?

这是内容部分的 CSS。

#content {
background-color: #F2EBD9;
float: right;
width: 1200px;
height: 100%;
margin-right: 25px;
position: relative;
bottom: 296px;
clear: both;
}

最佳答案

我在 firebug 中试过了,它对我有用

#sidebar {
float: left;
position: relative;
margin-top: 30px;
width: 350px;/*change this size to your needs*/
}
#content {
background-color: #F2EBD9;
float: left;
margin-right: 25px;
position: relative;
width: 800px;/*change this size to your needs*/
}

关于css - 在 Internet Explorer 9 中,内容漂浮在我的 Tumblr 主题的侧边栏上方。我该如何解决这个问题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15817472/

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