z-index with fixed position? :S
$("body").append($("#stage_iframe").css("position", "fixed"));
var container = sym.$('#stage_iframe');
var frame = ' <div class="frame" id="frame"><iframe width="100%" height="600" src="http://apliix.net78.net/video.html" frameborder="0" allowfullscreen></iframe></div> '
container.html(frame);
so can see stage_iframe fixed , doesn't move if scrolls page that's good, working how stage_iframe behind other conent lets @ -9999 z-index ? iv tried few things , non work.
tried:
everything tired placed in .css("here")
"z-index", -9999
"z-index", "-9999"
zindex, -'9999'
any idea's ?
thanks in advance!
sym.$("#stage_iframe").css({
"z-index": "1 !important",
"position": "fixed !important"
});
that works on z-index #stage_iframe scrolls down when want stay @ times...
also
$("body").append($("#stage_iframe").css({
"z-index": "0",
"position": "fixed"
}));
that works , stays in fixed position , stays in place when scrolling down z-index doesn't work , stage_iframe above other divs/objects when want below them all...
More discussions in Edge Animate CC
adobe
Comments
Post a Comment