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.
对于 iOS 电子邮件,我想要一个固定位置的横幅。
我正在使用:{位置:-webkit-sticky!important;顶部:10px!重要;}
但在 iOS 7 电子邮件应用程序中,固定位置功能和粘性功能不起作用。
有没有办法解决这个问题?
这是来自 Campaign Monitor 的 Ros - 我们一直在测试位置:-webkit-sticky;位置:粘性;到目前为止没有运气。总体而言,position:fixed 仍然是 Apple iOS 和 Mail 以外的电子邮件客户端的答案,但我们希望这会及时扩展到 iOS 7 Mail。
尝试使用固定位置并声明顶部/左侧/右侧等:
position: fixed; top:0; left: 0; right: 0;