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.
在我网站的主页上,我插入了一个新视频,视频图像悬停,但似乎与左上角的徽标相撞(它向右移动)。
http://pt.drpedrocoelho.com/
有没有办法让它不来回浮动?
你在你的css中有一个属性img:hover,使它可以正确浮动:)
img:hover
您可以为您的 h1 取消它
h1.logo img:hover{float:left;margin:0}
这也是错误的
img:hover { margin: 0 0 10px 20px; }
在 Facebook 图片上悬停时出错
做了
margin:0;