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 设置动画,使其左上角距离窗口右边缘 30px,但浏览器不会将其检测为需要滚动到的内容。如何才能做到这一点?
确保 div 的父级(外部)已将溢出设置为隐藏
<div id='outer' style='overflow:hidden;'> <div id='yourdiv'></div> </div>