gpt4 book ai didi

html - 字体更改和自动调整大小加上填充

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

我有一个页脚定义为

div#footer { 
width:100%;
bottom:0;
background:url(../images/bg_footer0.png) repeat-x;
}

其html正文设计为

html,body {
margin:0;
padding:0;
height:100%;
font-family:arial, Helvetica, sans-serif;
color:#666;
background:url(../images/bg_body.png) repeat-x;
font-size:12px;
}

但是当我将字体系列中的 arial 更改为 serif 时,页脚会从底部填充,我想这在所有字体更改中都很常见。但是,无论发生什么变化,为什么以及如何始终将页脚真正添加到底部?

最佳答案

试试这个

      div#footer { 
width:100%;
bottom:0;
background:url(../images/bg_footer0.png) repeat-x;
position: absolute;
}

实际上你可以选择它

         #footer{}

除非你有其他类型的元素与 footer 相同的 id,否则会很糟糕

关于html - 字体更改和自动调整大小加上填充,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12231280/

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