gpt4 book ai didi

html - 防止水平滚动,溢出属性不起作用

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

我在我的网站上使用非常宽的形状作为背景(以创建特定的视觉效果)并且无法阻止水平滚动。除了似乎对我不起作用的溢出属性之外,还有其他方法可以实现吗? http://tinyurl.com/kahfjha

最佳答案

在你的 css #contact-shape#design-shapewidth:5000px 删除它并且它工作正常。

#design-shape {
background: none repeat scroll 0 0 #e98e82;
position: absolute;
transform: rotate(-45deg);
height: 1040px;
top: 1200px;
left: 0;
width: 100%;
z-index: 6;
}

#contact-shape {
background: none repeat scroll 0 0 #000;
position: absolute;
transform: rotate(-45deg);
height: 1460px;
top: 2757px;
left: 0;
width: 100%;
z-index: 1;
}

更新:我稍微更改了 CSS,现在它也保留了背景。

关于html - 防止水平滚动,溢出属性不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21732935/

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