Expandale 横幅的标准 z 索引。
当可展开横幅广告处于展开状态时,其 z 索引是否有标准或事实上的标准?我正在构建一个可扩展的横幅,我无法控制它的放置位置,所以我需要知道应该设置 z-index 来将其设置为,以便横幅位于任何正常页面内容上方但在任何菜单等下方。
Is there a standard or de-facto standard for the z-index on expandable banner ads when they are in their expanded state? I am building an expandable banner and I will have no control over where it will be placed, so I need to know what I should set the z-index to set it to so that the banner above any normal page content but under any menus etc.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将其设置为十亿万亿。
没有真正的标准。
这样做的原因是,如果您随意在不知道当前页面 css 的页面上投放广告,那么您不可能知道该页面上的最大
z-index
是多少为了战胜它。Set it to one billion trillion.
There is no real standard.
The reason for this is because if you are arbitarily plaing the ad on a page where you have no idea the css of the current page, then you cannot possibly know what the max
z-index
is on the page in order to trump it.