gpt4 book ai didi

css - 位置 : fixed goes off of the screen

转载 作者:太空宇宙 更新时间:2023-11-04 14:58:32 25 4
gpt4 key购买 nike

我正在使用 position: fixedbottom: 0 将一些东西附加到屏幕底部。然而,在我的 11"Air 上,这个名字似乎从屏幕上消失了,你可以看到网站 here。我已经在下面发布了我的 div 的 CSS 代码。
损坏的 JSFiddle:http://jsfiddle.net/MgdQv/

#credits {

color: #363636;
bottom: 0;
padding-right: 10em;
text-align: right;
position: fixed;
width: 100%;
opacity: 0;
-o-transition:1.5s;
-ms-transition:1.5s;
-moz-transition:1.5s;
-webkit-transition:1.5s;
transition:1.5s;

}
#credits:hover {
opacity: 0.8;

}

最佳答案

添加 right: 30px(30px 是父 body 的 margin-right 的值),它应该按预期运行。
编辑:并可能删除 padding-right: 10em。忘了我在回答之前在 Firebug 中将它停用了......

也不要发布网站链接:在您解决问题后,您的问题对于该问题的 future 访问者将变得毫无意义,因为链接已经更改...请发布相关的 HTML 和 CSS 重现您的问题(和一把 fiddle )

关于css - 位置 : fixed goes off of the screen,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16723012/

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