Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图在我的网站上放置一个比分辨率更宽的图像,这每次都会创建一个水平滚动条。我知道有人有一个图像比屏幕更宽的网站,但他的网站不会让你滚动。
有谁知道我可以添加以使页面无法水平滚动的代码或对代码的修复?
谢谢!
body { overflow-x:hidden; }
添加overflow-x: hidden到您的<html>标签,或将图像设置为background-image,如果图像用于设计目的且没有内容。
overflow-x: hidden
<html>
background-image