gpt4 book ai didi

html - 为什么这个 div 列没有一直向右移动?

转载 作者:行者123 更新时间:2023-11-28 03:58:14 26 4
gpt4 key购买 nike

奇怪的是,我的网站在 Internet Explorer 中呈现良好,但在基于 Mozilla 的浏览器中呈现失败。

截图如下: alt text

有人知道为什么“右面板”没有一直到右边吗?你可以看到它没有与“top-panel”的右边缘对齐:

#container
{
margin: 0 auto;
width: 750px;
background-color: #ffffff;
}

#top-panel
{
padding-left: 10px;
background-color: #000000;
text-align: left;
width: 100%;
height: 88px;
}

#left-panel
{
padding-top: 10px;
text-align: center;
background-color: #ffffff;
border-right: 1px dashed #000000;
float: left;
width: 250px;
}

#right-panel
{
background-color: #ffffff;
float: right;
width: 449px;
}

.clear
{
clear:both;
line-height:0;
}

如果有人想查看实际站点,请访问:Math Relay

最佳答案

当您应用 width:100% 并同时使用 padding-left:10px 时,它首先计算宽度,然后应用填充,所以实际上您的 #top_panel CSS 声明是问题所在。为此尝试将其设置为固定宽度。

关于html - 为什么这个 div 列没有一直向右移动?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1758963/

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