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.
我希望页面上的页眉和主图像保持相互连接,以便在调整图片大小时它不会离页眉太远。
但每当我试图查找答案时,“修复”这个词就会引发整个搜索。
基本上我有两个带有 div 作为容器的图像,但我不知道使它们保持/移动的关键词。
尝试简单地将它们包装在一个额外的 div 中:
<div id="Wrapper"> <div id="Header">Header Text Here </div> <div id="Image"><!--- Image Tag here ---> </div> </div>