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.
我将在页眉当前所在的位置放置一个图像,并希望徽标仍然绝对定位在它现在在左侧的位置,但要减少 height:auto 在流体宽度..
最好的方法是如何做到这一点?我需要给图像容器一个 % 宽度吗?中间横幅是流畅的,但由于某种原因,我无法让徽标流畅地减少..
如果有人可以检查检查员?非常感谢任何帮助。
width:100%与max-width: [width of img](和height:auto)一起使用
width:100%
max-width: [width of img]
height:auto
示例 jsfiddle