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.
我可以使用一些 css @media 编码来帮助我在网站上显示和隐藏一些横幅广告吗?
比如,在桌面视图上,728x90 的排行榜广告正在显示,但在移动设备上,我想隐藏排行榜并转到 468x60 或 300x250?我将不胜感激。
您可以尝试使用默认隐藏小广告display: none;。display: block;在媒体查询下,通过应用和隐藏大广告使其可见。您可以在此处查看示例http://jsfiddle.net/tkxCk/
display: none;
display: block;