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.
请任何人都可以帮助我。
实际上我的问题是在 IE8 图像标签 alt 消息中与特定的 div 宽度重叠。
我的代码是:
<div class="user-avatar left push-right-px10"> <img alt='event photo' title='' src='event image'> </div>
当事件图像未获取 alt 消息时与 div 宽度重叠。但它还没有完成。
文基。进阶谢谢。
我不确定我是否完全理解这个问题,但听起来错误框和替代文本会溢出容器而不是包装。那正确吗?
如果是这样,两种可能的解决方案是:
width
max-width
<div>
overflow:hidden;
希望有帮助!