iframe里的position:fixed样式失效怎么解决 50
iframe里的position:fixed样式失效怎么解决我有一个页面叫a.html,在此页面中我使用了iframe,链接页面为b.html,而在b.html页面中我有...
iframe里的position:fixed样式失效怎么解决我有一个页面叫a.html,在此页面中我使用了iframe,链接页面为b.html,而在b.html页面中我有一个div用到了position:fixed样式,如果单独运行b.html,position:fixed样式是有用的,但是如果运行a.html页面,position:fixed样式就没有用了,我不想把定位的的层放到a.html中,请问有什么解决办法没有
展开
3个回答
2018-08-24 · 知道合伙人互联网行家
关注
展开全部
ie6不支持position:fixed,要实现类似的效果,只有用js来控制. div遮不住select也只有在ie6才有问题,最好的解决办法是用iframe来遮住select,再用div来遮住iframe,应该不用js也可以做得到的
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
此段代码,确实可用,但是会产生跳动效果。等找到解决方案在更。
[html] view plain copy
<code class="language-html">$(document).ready(function () {
$(parent.window).scroll(function () {
$("#Page-nav").css({
top: $(parent.window).scrollTop() + 200
});
});
}</code>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询