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.
我想将图像添加到大于其高度的固定导航栏。我如何将图像放在那里并添加边框而不被切断。我也想修复图像。
关联
Thank you
设置图片的高度,浏览器会自动设置成比例的宽度
<img src="images/myimage.jpg" height="50px" />
在这里我放了 50px ,使用适合导航栏的任何内容